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 [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 services = dict.services.items
|
||||
@@ -694,7 +694,7 @@ export default function HomeClientBelowFold({ lang, dict }: { lang: Locale; dict
|
||||
{dict.contact.infoDirect}
|
||||
</div>
|
||||
<div className="font-display font-black text-base text-[#0A0A0A]">
|
||||
hello@ayristech.com
|
||||
info@ayristech.com
|
||||
</div>
|
||||
</div>
|
||||
<div className="border-b border-[#C8C2B8] p-8">
|
||||
@@ -702,7 +702,7 @@ export default function HomeClientBelowFold({ lang, dict }: { lang: Locale; dict
|
||||
{dict.contact.infoBlueprint}
|
||||
</div>
|
||||
<div className="font-display font-black text-base text-[#0A0A0A]">
|
||||
+90 532 000 00 00
|
||||
+90 554 376 51 03
|
||||
</div>
|
||||
</div>
|
||||
<div className="p-8">
|
||||
|
||||
@@ -241,8 +241,8 @@
|
||||
"title": "TEKLİF ALIN",
|
||||
"desc": "Gelecek projenizi bizimle paylaşın, uzman ekibimiz hemen iletişime geçsin.",
|
||||
"infoBase": "Operasyonel Merkez",
|
||||
"infoBaseText": "İstanbul, Türkiye",
|
||||
"infoBaseSub": "Sarıyer, Teknopark Bölgesi",
|
||||
"infoBaseText": "Muğla, Türkiye",
|
||||
"infoBaseSub": "Menteşe, Teknopark",
|
||||
"infoDirect": "Doğrudan İletişim",
|
||||
"infoBlueprint": "Kurumsal Yaklaşım",
|
||||
"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