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 ( + + + + +
+ +
+ + +
+
+ ); +} 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() { /> -
- -
-