landing page promo

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