Merge version_2 into main #3
@@ -11,11 +11,13 @@ export default function ContactPage() {
|
||||
return (
|
||||
<ThemeProvider defaultButtonVariant="hover-magnetic" defaultTextAnimation="entrance-slide" borderRadius="rounded" contentWidth="medium" sizing="medium" background="none" cardStyle="solid" primaryButtonStyle="gradient" secondaryButtonStyle="glass" headingFontWeight="normal">
|
||||
<ReactLenis root>
|
||||
<NavbarLayoutFloatingInline navItems={navItems} brandName="GOYO" button={{text: "Demo", href: "/contact"}} />
|
||||
<NavbarLayoutFloatingInline navItems={navItems} brandName="GOYO" />
|
||||
<ContactCenter
|
||||
tag="İletişim"
|
||||
title="İletişime Geçin"
|
||||
description="GOYO ile işletmenizi büyütmeye başlamak için bize ulaşın."
|
||||
useInvertedBackground={false}
|
||||
background={{ variant: "plain" }}
|
||||
/>
|
||||
<FooterCard logoText="GOYO" />
|
||||
</ReactLenis>
|
||||
|
||||
@@ -37,7 +37,6 @@ export default function GoyoHomePage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={navItems}
|
||||
brandName="GOYO"
|
||||
button={{ text: "Demo Al", href: "https://wa.me/905514282368" }}
|
||||
/>
|
||||
<HeroSplitDualMedia
|
||||
title="İşletmeniz İçin Yapay Zeka ile Büyüme"
|
||||
@@ -75,6 +74,8 @@ export default function GoyoHomePage() {
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
<TestimonialCardThirteen
|
||||
title="Müşteri Görüşleri"
|
||||
description="GOYO kullanıcılarının deneyimleri."
|
||||
testimonials={[{ id: "t1", name: "İşletme Sahibi", handle: "@goyouser", testimonial: "GOYO ile işletmem tamamen değişti, artık manuel hiçbir işlem yapmıyorum.", rating: 5 }]}
|
||||
showRating={true}
|
||||
animationType="slide-up"
|
||||
@@ -90,9 +91,11 @@ export default function GoyoHomePage() {
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
<ContactCenter
|
||||
tag="Destek"
|
||||
title="Ücretsiz Demo Alın"
|
||||
description="İşletmeniz için doğru araçları seçin."
|
||||
useInvertedBackground={false}
|
||||
background={{ variant: "plain" }}
|
||||
/>
|
||||
<FooterCard
|
||||
logoText="GOYO"
|
||||
|
||||
Reference in New Issue
Block a user