Skip to content

Commit

Permalink
updated
Browse files Browse the repository at this point in the history
  • Loading branch information
ilyasbozdemir committed May 16, 2024
1 parent e9bbe61 commit 5cabe33
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 3 deletions.
6 changes: 3 additions & 3 deletions constants/site.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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.`,
Expand All @@ -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: ``,
Expand Down
27 changes: 27 additions & 0 deletions constants/teamMembers.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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",
},
],
},

];

0 comments on commit 5cabe33

Please sign in to comment.