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