contact
This commit is contained in:
@@ -151,7 +151,7 @@ export default function HomeClientBelowFold({ lang, dict }: { lang: Locale; dict
|
|||||||
const [formSent, setFormSent] = useState(false);
|
const [formSent, setFormSent] = useState(false);
|
||||||
const [hoverCase, setHoverCase] = useState<number | null>(null);
|
const [hoverCase, setHoverCase] = useState<number | null>(null);
|
||||||
|
|
||||||
const serviceIcons = [<IconAI key="ai"/>, <IconChain key="chain"/>, <IconMobile key="mobile"/>, <IconWeb key="web"/>];
|
const serviceIcons = [<IconAI key="ai" />, <IconChain key="chain" />, <IconMobile key="mobile" />, <IconWeb key="web" />];
|
||||||
const serviceCodes = ["AI / ML", "BC / WEB3", "MOB / DART", "WEB / NEXT"];
|
const serviceCodes = ["AI / ML", "BC / WEB3", "MOB / DART", "WEB / NEXT"];
|
||||||
|
|
||||||
const services = dict.services.items
|
const services = dict.services.items
|
||||||
@@ -694,7 +694,7 @@ export default function HomeClientBelowFold({ lang, dict }: { lang: Locale; dict
|
|||||||
{dict.contact.infoDirect}
|
{dict.contact.infoDirect}
|
||||||
</div>
|
</div>
|
||||||
<div className="font-display font-black text-base text-[#0A0A0A]">
|
<div className="font-display font-black text-base text-[#0A0A0A]">
|
||||||
hello@ayristech.com
|
info@ayristech.com
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div className="border-b border-[#C8C2B8] p-8">
|
<div className="border-b border-[#C8C2B8] p-8">
|
||||||
@@ -702,7 +702,7 @@ export default function HomeClientBelowFold({ lang, dict }: { lang: Locale; dict
|
|||||||
{dict.contact.infoBlueprint}
|
{dict.contact.infoBlueprint}
|
||||||
</div>
|
</div>
|
||||||
<div className="font-display font-black text-base text-[#0A0A0A]">
|
<div className="font-display font-black text-base text-[#0A0A0A]">
|
||||||
+90 532 000 00 00
|
+90 554 376 51 03
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div className="p-8">
|
<div className="p-8">
|
||||||
|
|||||||
@@ -241,8 +241,8 @@
|
|||||||
"title": "TEKLİF ALIN",
|
"title": "TEKLİF ALIN",
|
||||||
"desc": "Gelecek projenizi bizimle paylaşın, uzman ekibimiz hemen iletişime geçsin.",
|
"desc": "Gelecek projenizi bizimle paylaşın, uzman ekibimiz hemen iletişime geçsin.",
|
||||||
"infoBase": "Operasyonel Merkez",
|
"infoBase": "Operasyonel Merkez",
|
||||||
"infoBaseText": "İstanbul, Türkiye",
|
"infoBaseText": "Muğla, Türkiye",
|
||||||
"infoBaseSub": "Sarıyer, Teknopark Bölgesi",
|
"infoBaseSub": "Menteşe, Teknopark",
|
||||||
"infoDirect": "Doğrudan İletişim",
|
"infoDirect": "Doğrudan İletişim",
|
||||||
"infoBlueprint": "Kurumsal Yaklaşım",
|
"infoBlueprint": "Kurumsal Yaklaşım",
|
||||||
"infoBlueprintText": "Mühendislik ekibimiz genellikle 12 iş saati içinde yanıt verir. Her talep kurucu konseyimiz tarafından incelenir.",
|
"infoBlueprintText": "Mühendislik ekibimiz genellikle 12 iş saati içinde yanıt verir. Her talep kurucu konseyimiz tarafından incelenir.",
|
||||||
|
|||||||
Reference in New Issue
Block a user