diff --git a/src/app/page.tsx b/src/app/page.tsx index 8161857..851b324 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,7 +12,10 @@ import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloating import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; import TextAbout from '@/components/sections/about/TextAbout'; -import { Trophy, Users, ShieldCheck } from "lucide-react"; +import PricingCardNine from '@/components/sections/pricing/PricingCardNine'; +import ProductCardFour from '@/components/sections/product/ProductCardFour'; +import FeatureBorderGlow from '@/components/sections/feature/featureBorderGlow/FeatureBorderGlow'; +import { Trophy, Users, ShieldCheck, Wifi, Car, Cloud, Coffee } from "lucide-react"; export default function LandingPage() { return ( @@ -38,6 +41,15 @@ export default function LandingPage() { name: "About", id: "#about"}, { name: "How It Works", id: "#features"}, + { + name: "Rooms & Rates", id: "#rooms-rates" + }, + { + name: "Gallery", id: "#gallery" + }, + { + name: "Amenities", id: "#amenities" + }, { name: "Leaderboard", id: "#products"}, { @@ -106,6 +118,86 @@ export default function LandingPage() { /> +