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