From 5cabe33f71cb900429d2d1618e17a764b671a233 Mon Sep 17 00:00:00 2001 From: ilyasBozdemir Date: Thu, 16 May 2024 11:52:06 +0300 Subject: [PATCH] updated --- constants/site.jsx | 6 +++--- constants/teamMembers.jsx | 27 +++++++++++++++++++++++++++ 2 files changed, 30 insertions(+), 3 deletions(-) diff --git a/constants/site.jsx b/constants/site.jsx index 58dd314..3c03cef 100644 --- a/constants/site.jsx +++ b/constants/site.jsx @@ -21,8 +21,8 @@ export const site = { API_BASE_URL: API_BASE_URL, baseUrl: baseUrl, publisher: `ilyasbozdemir Yazılım`, - ogImage: "https://appizsoft-static-api.vercel.app/images/og-image.png", - twImage: "https://appizsoft-static-api.vercel.app/images/tw-image.png", + ogImage: "/images/og-image.png", + twImage: "images/tw-image.png", logoUrl: baseUrl + "/logo.png", imageAlt: "site-logo-png", description: `Dijital ve yazılım çözümleri ortağınız olarak, işletmenize özel stratejiler ve yazılım hizmetleri sunarak dijital ve yazılım alanlarında rekabet avantajı elde etmenizi sağlıyoruz.`, @@ -31,7 +31,7 @@ export const site = { isRobotIndex: true, themeColor: theme.colors.primary, lang: "tr", - mailAddress: "info@appizsoft.com", + mailAddress: "info@FakeCompanyName.com", address: { streetAddress: ``, addressLocality: ``, diff --git a/constants/teamMembers.jsx b/constants/teamMembers.jsx index 8193e9f..eb48e79 100644 --- a/constants/teamMembers.jsx +++ b/constants/teamMembers.jsx @@ -24,4 +24,31 @@ export const teamMembers = [ ], }, + + + { + name: "Kemal Gerçeker", + slug: "kemal-gerceker", + role: "Graphic Designer", + photoUrl: "/team/kemal-gerceker.jpg", + socialMedia: [ + { + platform: "LinkedIn", + url: "https://www.linkedin.com/in/mustafa-kemal-ger%C3%A7eker-35681423a/", + }, + ], + + companies: [ + { + title: "Fake Company Name", + alt: "Fake Company Name Image", + role: "Graphic Designer", + skills: + "User-Centered Design, Wireframing, Prototyping, Usability Testing, Interaction Design, Visual Design, Adobe Creative Suite, Sketch, Figma, User Research", + period: "June 2023 - Present", + logo: "/favicon.png", + }, + ], + }, + ];