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 (

© 2025 Александр Комягин. Все права защищены.

); }; export default Index;