import HeroSection from “@/components/sales/HeroSection”;
import PainSection from “@/components/sales/PainSection”;
import SolutionSection from “@/components/sales/SolutionSection”;
import TestimonialsSection from “@/components/sales/TestimonialsSection”;
import ResultsSection from “@/components/sales/ResultsSection”;
import WhatYouGetSection from “@/components/sales/WhatYouGetSection”;
import OfferSection from “@/components/sales/OfferSection”;
import GuaranteeSection from “@/components/sales/GuaranteeSection”;
import FAQSection from “@/components/sales/FAQSection”;
import UrgencySection from “@/components/sales/UrgencySection”;
const Index = () => (
);
export default Index;