import HeroSection from "@/components/HeroSection"; import ProblemaSection from "@/components/ProblemaSection"; import SolucaoSection from "@/components/SolucaoSection"; import ProvaSection from "@/components/ProvaSection"; import OfertaSection from "@/components/OfertaSection"; import FechamentoSection from "@/components/FechamentoSection"; const Index = () => { return (
); }; export default Index;