Update src/app/iletisim/page.tsx

This commit is contained in:
2026-03-07 20:33:34 +00:00
parent 83b44e0b26
commit 898aa7bd0e

View File

@@ -35,6 +35,8 @@ export default function ContactPage() {
brandName="Garmen Yapı İnşaat"
navItems={navItems}
animateOnLoad={true}
button={{
text: "İletişim", href: "/iletisim"}}
/>
</div>
@@ -43,13 +45,16 @@ export default function ContactPage() {
text="Projeleriniz hakkında bilgi almak, iş birliği yapmak veya danışmanlık hizmeti almak için bizimle iletişime geçiniz."
animationType="entrance-slide"
background={{
variant: "gradient-bars"}}
variant: "gradient-bars"
}}
useInvertedBackground={false}
buttons={[
{
text: "Email Gönder", href: "mailto:info@garmen.com.tr"},
text: "Email Gönder", href: "mailto:info@garmen.com.tr"
},
{
text: "Telefon Ara", href: "tel:+905xx-xxx-xxxx"},
text: "Telefon Ara", href: "tel:+905xx-xxx-xxxx"
},
]}
/>
</div>
@@ -58,9 +63,11 @@ export default function ContactPage() {
<FooterLogoReveal
logoText="Garmen Yapı İnşaat"
leftLink={{
text: "Gizlilik Politikası", href: "#"}}
text: "Gizlilik Politikası", href: "#"
}}
rightLink={{
text: "Kullanım Şartları", href: "#"}}
text: "Kullanım Şartları", href: "#"
}}
/>
</div>
</ThemeProvider>