Update src/app/page.tsx
This commit is contained in:
@@ -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>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user