"use client" import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; import HeroSplit from '@/components/sections/hero/HeroSplit'; import AboutMetric from '@/components/sections/about/AboutMetric'; import FeatureCardOne from '@/components/sections/feature/FeatureCardOne'; import ProductCardOne from '@/components/sections/product/ProductCardOne'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import TestimonialCardEight from '@/components/sections/testimonial/TestimonialCardEight'; import FaqBase from '@/components/sections/faq/FaqBase'; import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; import { Award, Globe, Home, HelpCircle, Sparkles, Star, Users } from "lucide-react"; export default function LandingPage() { return ( {/* Navbar */} {/* Hero Section */}
{/* About Section */}
{/* Amenities Section */}
{/* Rooms Section */}
{/* Partners Section */}
{/* Testimonials Section */}
{/* FAQ Section */}
{/* Contact Section */}
{/* Footer Section */}
); }