import HeroSection from "@/components/HeroSection"; import GallerySection from "@/components/GallerySection"; import PlansSection from "@/components/PlansSection"; import Footer from "@/components/Footer"; const Index = () => { return (
); }; export default Index;