From de58fa1ea0050569f33fd5aecb47394e74c69696 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 19 Apr 2026 15:19:37 +0000 Subject: [PATCH 1/2] Add src/app/contact/page.tsx --- src/app/contact/page.tsx | 42 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 src/app/contact/page.tsx 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 -- 2.49.1 From 250d937fcef01004cea40321a337fc229071fb4f Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 19 Apr 2026 15:19:38 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 21 +++------------------ 1 file changed, 3 insertions(+), 18 deletions(-) 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() { /> -
- -
-