From 1ad6aefd09108579c16e06bb9c397b28bd364fcd Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 15 Apr 2026 18:39:14 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 28 ++++++++++++++++++++++++++-- 1 file changed, 26 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b0e0cee..1aa91e8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,6 +12,7 @@ import PricingCardFive from '@/components/sections/pricing/PricingCardFive'; import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import TextSplitAbout from '@/components/sections/about/TextSplitAbout'; +import { Calendar, Clock, CheckCircle } from "lucide-react"; export default function LandingPage() { return ( @@ -33,6 +34,8 @@ export default function LandingPage() { navItems={[ { name: "Home", id: "hero"}, + { + name: "Bookings", id: "bookings"}, { name: "How it works", id: "features"}, { @@ -82,6 +85,27 @@ export default function LandingPage() { /> +
+ +
+
); -} +} \ No newline at end of file -- 2.49.1