import HeroSection from "@/components/HeroSection";
import EnvironmentSection from "@/components/EnvironmentSection";
import PainPointsSection from "@/components/PainPointsSection";
import ProgramSection from "@/components/ProgramSection";
import ExpertSection from "@/components/ExpertSection";
import PricingSection from "@/components/PricingSection";
import ContactSection from "@/components/ContactSection";
const Index = () => {
return (
);
};
export default Index;