import HeroSection from "@/components/HeroSection";
import PainSection from "@/components/PainSection";
import ForYouSection from "@/components/ForYouSection";
import ProgramSection from "@/components/ProgramSection";
import AboutSection from "@/components/AboutSection";
import ReviewsSection from "@/components/ReviewsSection";
import CTASection from "@/components/CTASection";
const Index = () => {
return (
{/* Footer */}
);
};
export default Index;