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