diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index 7844785..2a25991 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -1,53 +1,324 @@ -// AUTO-GENERATED shell by per-section-migrate. -// Section bodies live in .//sections/.tsx. Edit the section -// files directly. Non-block content (wrappers, non-inlinable sections) is -// preserved inline; extracted section blocks become refs. +import AboutTextSplit from '@/components/sections/about/AboutTextSplit'; +import ContactCta from '@/components/sections/contact/ContactCta'; +import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; +import FeaturesBentoGrid from '@/components/sections/features/FeaturesBentoGrid'; +import FeaturesRevealCardsBento from '@/components/sections/features/FeaturesRevealCardsBento'; +import HeroSplitMediaGrid from '@/components/sections/hero/HeroSplitMediaGrid'; +import PricingCenteredCards from '@/components/sections/pricing/PricingCenteredCards'; +import TeamOverlayCards from '@/components/sections/team/TeamOverlayCards'; +import TestimonialMarqueeCards from '@/components/sections/testimonial/TestimonialMarqueeCards'; +import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary"; -import React from 'react'; -import HeroSection from './HomePage/sections/Hero'; -import FeaturesSection from './HomePage/sections/Features'; -import AboutSection from './HomePage/sections/About'; -import ServicesSection from './HomePage/sections/Services'; -import PricingSection from './HomePage/sections/Pricing'; -import TeamSection from './HomePage/sections/Team'; -import TestimonialsSection from './HomePage/sections/Testimonials'; -import FaqSection from './HomePage/sections/Faq'; -import ContactSection from './HomePage/sections/Contact'; - - -import CtaServicesSection from './HomePage/sections/CtaServices'; -import CtaAboutSection from './HomePage/sections/CtaAbout'; -import CtaTestimonialsSection from './HomePage/sections/CtaTestimonials'; -import CtaPricingSection from './HomePage/sections/CtaPricing'; -import TrustBannerSection from './HomePage/sections/TrustBanner'; -import TimingsSection from './HomePage/sections/Timings'; -import CtaFinalSection from './HomePage/sections/CtaFinal';export default function HomePage(): React.JSX.Element { +export default function HomePage() { return ( -<> - - + <> +
+ + + +
- +
+ + + +
- - +
+ + + +
- - +
+ + + +
- - +
+ + + +
- +
+ + + +
- - +
+ + + +
- +
+ + + +
- - - +
+ + + +
); }