diff --git a/src/app/page.tsx b/src/app/page.tsx index c2cdd10..4c7b170 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -4,12 +4,12 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; import FooterBase from '@/components/sections/footer/FooterBase'; import HeroBillboardTestimonial from '@/components/sections/hero/HeroBillboardTestimonial'; -import MetricCardThree from '@/components/sections/metrics/MetricCardThree'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; -import ProductCardOne from '@/components/sections/product/ProductCardOne'; import SplitAbout from '@/components/sections/about/SplitAbout'; import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; -import { Calendar, Star, Utensils } from "lucide-react"; +import TimelineHorizontalCardStack from '@/components/cardStack/layouts/timelines/TimelineHorizontalCardStack'; +import ProductCardFour from '@/components/sections/product/ProductCardFour'; +import ContactText from '@/components/sections/contact/ContactText'; export default function LandingPage() { return ( @@ -31,11 +31,11 @@ export default function LandingPage() { navItems={[ { name: "Story", id: "about" }, { name: "Menu", id: "menu" }, - { name: "Reservation", id: "hero" }, + { name: "Reservation", id: "reservation" }, { name: "Reviews", id: "reviews" }, ]} brandName="L'Hivernage" - button={{ text: "Reserve Now", href: "#hero" }} + button={{ text: "Reserve Now", href: "#reservation" }} /> @@ -52,7 +52,7 @@ export default function LandingPage() { { name: "Youssef & Laila", handle: "Casablanca", testimonial: "It felt like someone planned the evening for us.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/senior-friends-having-wonderful-time-together_23-2149262201.jpg?_wi=1" }, { name: "Marc T.", handle: "Geneva", testimonial: "A masterclass in culinary refinement. Absolute perfection.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-successful-businesswoman-looking-watch-standing-near-business-centre_176420-5636.jpg?_wi=2" } ]} - buttons={[{ text: "Reserve Now", href: "#hero" }]} + buttons={[{ text: "Reserve Now", href: "#reservation" }]} imageSrc="http://img.b2bpic.net/free-photo/man-white-long-sleeve-shirt-sitting-chair-cafe_250224-25.jpg" /> @@ -74,43 +74,63 @@ export default function LandingPage() { + +
+ alert("Reservation system active") }]} />