Update src/app/page.tsx

This commit is contained in:
2026-05-06 08:48:43 +00:00
parent d66590494e
commit 96e3f43a0f

View File

@@ -38,7 +38,7 @@ export default function LandingPage() {
{ name: "İletişim", id: "#contact" }
]}
brandName="Hidromak"
button={{ text: "Bize Ulaşın", href: "#contact" }}
button={{ text: "Bize Ulaşın", href: "mailto:info@hidromak.com" }}
/>
</div>
@@ -166,7 +166,7 @@ export default function LandingPage() {
useInvertedBackground={true}
background={{ variant: "gradient-bars" }}
text="Hidrolik Çözüm İhtiyacınız İçin Bize Ulaşın."
buttons={[{ text: "İletişime Geçin", href: "mailto:info@hidromak.com" }]}
buttons={[{ text: "E-Posta Gönder", href: "mailto:info@hidromak.com" }]}
/>
</div>
@@ -182,4 +182,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}