import HeroSection from "@/components/HeroSection"; import PainSection from "@/components/PainSection"; import MethodSection from "@/components/MethodSection"; import AuthoritySection from "@/components/AuthoritySection"; import DeliverablesSection from "@/components/DeliverablesSection"; import TestimonialsSection from "@/components/TestimonialsSection"; import OfferSection from "@/components/OfferSection"; import GuaranteeSection from "@/components/GuaranteeSection"; import FAQSection from "@/components/FAQSection"; import FooterSection from "@/components/FooterSection"; import WhatsAppButton from "@/components/WhatsAppButton"; const Index = () => { return (
); }; export default Index;