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