import HeroSection from "@/components/HeroSection"; import AboutSection from "@/components/AboutSection"; import GallerySection from "@/components/GallerySection"; import PricingSection from "@/components/PricingSection"; import PaymentSection from "@/components/PaymentSection"; import ContactSection from "@/components/ContactSection"; const Index = () => { return (
); }; export default Index;