diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx new file mode 100644 index 0000000..f9fc46f --- /dev/null +++ b/src/app/contact/page.tsx @@ -0,0 +1,42 @@ +"use client"; + +import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; +import ReactLenis from "lenis/react"; +import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; +import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; +import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; + +export default function ContactPage() { + return ( + + + +
+ +
+ +
+
+ ); +} \ No newline at end of file diff --git a/src/app/page.tsx b/src/app/page.tsx index 8006d35..174d924 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -40,7 +40,7 @@ export default function LandingPage() { { name: "Danışan Yorumları", id: "testimonials"}, { - name: "İletişim", id: "contact"}, + name: "İletişim", id: "/contact"}, ]} brandName="Betül Arıkan" /> @@ -55,7 +55,7 @@ export default function LandingPage() { tag="Uzman Diyetisyen" buttons={[ { - text: "Randevu Al", href: "#contact"}, + text: "Randevu Al", href: "/contact"}, ]} mediaItems={[ { @@ -76,7 +76,7 @@ export default function LandingPage() { "Fonksiyonel tıp, hastalıkları sadece semptomları bastırmakla değil, kök nedenlerini anlayarak ele alır.", "Beslenme planlarımızı tamamen sizin biyokimyasal ihtiyaçlarınıza ve yaşam tarzınıza göre özelleştiriyoruz.", "Amacımız sadece kilo vermek değil, uzun vadeli ve sürdürülebilir bir sağlık durumuna kavuşmanızı sağlamak." ]} buttons={[ - { text: "Randevu Al", href: "#contact" } + { text: "Randevu Al", href: "/contact" } ]} useInvertedBackground={true} /> @@ -210,21 +210,6 @@ export default function LandingPage() { /> -
- -
-