Skip to content

Commit

Permalink
upd
Browse files Browse the repository at this point in the history
  • Loading branch information
ilyasbozdemir committed May 16, 2024
1 parent 7388636 commit b2a89b4
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 24 deletions.
10 changes: 5 additions & 5 deletions components/shared/WindowTitleChanger.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ import React, { useEffect, useState } from "react";

function WindowTitleChanger() {
const titles = [
"Appizsoft • Özel Yazılım Geliştirme",
"Appizsoft • Dijital Pazarlama",
"Appizsoft • E-ticaret Çözümleri",
"Appizsoft • Prodüksiyon & Tasarım",
"Appizsoft • Oyun Tasarım",
"Fake Company Name • Özel Yazılım Geliştirme",
"Fake Company Name • Dijital Pazarlama",
"Fake Company Name • E-ticaret Çözümleri",
"Fake Company Name • Prodüksiyon & Tasarım",
"Fake Company Name • Oyun Tasarım",
];
const [currentIndex, setCurrentIndex] = useState(0);
useEffect(() => {
Expand Down
38 changes: 19 additions & 19 deletions constants/site.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,80 +33,80 @@ export const site = {
lang: "tr",
mailAddress: "info@appizsoft.com",
address: {
streetAddress: `Karapürçek, 290. Sk. No:56 D:3`,
addressLocality: `Altındağ`,
addressRegion: `Ankara`,
postalCode: `06312`,
addressCountry: `TR`,
streetAddress: ``,
addressLocality: ``,
addressRegion: ``,
postalCode: ``,
addressCountry: ``,
},
telephone: "+90 505 367 63 35",
telephone: "+90 000 000 00 00",
sosyalMediaLinks: [
{
id: 1,
label: "instagram",
link: "https://www.instagram.com/appizsoftcom/",
link: "https://www.instagram.com//",
},
{
id: 2,
label: "facebook",
link: "https://www.facebook.com/appizsoftcom/",
link: "https://www.facebook.com//",
},
{
id: 2,
label: "threads",
link: "https://www.threads.net/appizsoftcom",
link: "https://www.threads.net/",
},

{
id: 3,
label: "tiktok",
link: "https://www.tiktok.com/@appizsoftcom",
link: "https://www.tiktok.com/",
},
{
id: 4,
label: "linkedin",
link: "https://tr.linkedin.com/company/appizsoft",
link: "https://tr.linkedin.com/",
},

{
id: 5,
label: "youtube",
link: "https://www.youtube.com/@Appizsoft",
link: "https://www.youtube.com/",
},
{
id: 6,
label: "twitter",
link: "https://twitter.com/appizsoftcom",
link: "https://twitter.com",
},
{
id: 7,
label: "github",
link: "https://github.com/appizsoftcom",
link: "https://github.com",
},
{
id: 8,
label: "pinterest",
link: "https://tr.pinterest.com/appizsoftcom/",
link: "https://tr.pinterest.com/",
},
{
id: 9,
label: "dribbble",
link: "https://dribbble.com/appizsoftcom",
link: "https://dribbble.com/",
},
{
id: 10,
label: "behance",
link: "https://www.behance.net/appizsoftcom",
link: "https://www.behance.net/",
},
{
id: 11,
label: "vimeo",
link: "https://vimeo.com/appizsoftcom",
link: "https://vimeo.com/",
},
{
id: 11,
label: "devto",
link: "https://dev.to/appizsoftcom",
link: "https://dev.to/",
},
],
analyticsCodes: {
Expand Down

0 comments on commit b2a89b4

Please sign in to comment.