From 8b0956cca05e8f62bbb54656150b425618996f44 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 8 Apr 2026 15:48:50 +0000 Subject: [PATCH 1/2] Add src/app/contact/page.tsx --- src/app/contact/page.tsx | 70 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 70 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..6e8ac73 --- /dev/null +++ b/src/app/contact/page.tsx @@ -0,0 +1,70 @@ +"use client"; + +import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; +import ReactLenis from "lenis/react"; +import ContactText from '@/components/sections/contact/ContactText'; +import FooterBase from '@/components/sections/footer/FooterBase'; +import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; + +export default function ContactPage() { + return ( + + + + +
+ +
+ + +
+
+ ); +} From fb0d3b8a420494e6ff38a83ef400dffc6ec327f5 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 8 Apr 2026 15:48:51 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 19 ++++--------------- 1 file changed, 4 insertions(+), 15 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 061178c..acd36e9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -37,11 +37,11 @@ export default function LandingPage() { { name: "Testimonials", id: "testimonials"}, { - name: "Contact", id: "contact"}, + name: "Contact", id: "/contact"}, ]} brandName="Liza Flowers" button={{ - text: "Book Now", href: "#contact" + text: "Book Now", href: "/contact" }} /> @@ -54,7 +54,7 @@ export default function LandingPage() { { text: "View Collection", href: "#products"}, { - text: "Book Consultation", href: "#contact"}, + text: "Book Consultation", href: "/contact"}, ]} imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_34my1kGeblbsCcwUUCcjBY9WFkg/young-woman-drinking-coffee-1774371711067-7933f7fb.png" avatars={[ @@ -135,17 +135,6 @@ export default function LandingPage() { /> -
- -
-