From 2a9c2245c50a389ea2c495720bc06f47d53263e3 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 8 May 2026 20:04:40 +0000 Subject: [PATCH] Switch to version 4: modified src/app/page.tsx --- src/app/page.tsx | 29 ++++++++++++++++++++++++++--- 1 file changed, 26 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e952722..e43826e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,7 +11,7 @@ import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarS import ProductCardThree from '@/components/sections/product/ProductCardThree'; import SplitAbout from '@/components/sections/about/SplitAbout'; import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; -import { Building2, Leaf, MapPin, Scissors, ShieldCheck, Star, Sun, Users } from "lucide-react"; +import { Building2, Leaf, MapPin, Scissors, ShieldCheck, Star, Sun, Users, CalendarCheck } from "lucide-react"; export default function LandingPage() { return ( @@ -39,6 +39,8 @@ export default function LandingPage() { name: "About", id: "about"}, { name: "Gallery", id: "gallery"}, + { + name: "Booking", id: "booking"}, { name: "Contact", id: "contact"}, ]} @@ -111,6 +113,25 @@ export default function LandingPage() { /> +
+ +
+