From 4359bb83332ae22ed19d318c0a73b1771452723e Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 26 Apr 2026 20:15:44 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9c0e832..45dc25b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -13,6 +13,7 @@ import PricingCardEight from '@/components/sections/pricing/PricingCardEight'; import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; +import ContactCTA from '@/components/sections/contact/ContactCTA'; export default function LandingPage() { return ( @@ -36,6 +37,7 @@ export default function LandingPage() { { name: "About", id: "about" }, { name: "Rooms", id: "products" }, { name: "Pricing", id: "pricing" }, + { name: "Reservation", id: "reservation" }, { name: "Reviews", id: "testimonials" }, { name: "Contact", id: "contact" }, ]} @@ -96,6 +98,17 @@ export default function LandingPage() { /> +
+ +
+
); -} +} \ No newline at end of file -- 2.49.1