From 9d9a20e88b2173e4fded46c67a2ad7429f32ba7a Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 14 Jun 2026 19:53:05 +0000 Subject: [PATCH] Update src/pages/HomePage.tsx --- src/pages/HomePage.tsx | 232 +++++++++++++++++++++++++++++++++++++---- 1 file changed, 209 insertions(+), 23 deletions(-) diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index 6bec7c3..631532b 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -1,42 +1,228 @@ -// 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 { StyleProvider } from "@/components/ui/StyleProvider"; import SiteBackgroundSlot from "@/components/ui/SiteBackgroundSlot"; -import React from 'react'; -import HeroSection from './HomePage/sections/Hero'; -import AboutSection from './HomePage/sections/About'; -import ServicesSection from './HomePage/sections/Services'; -import WhyChooseSection from './HomePage/sections/WhyChoose'; -import HowItWorksSection from './HomePage/sections/HowItWorks'; -import TestimonialsSection from './HomePage/sections/Testimonials'; -import FaqSection from './HomePage/sections/Faq'; -import ContactSection from './HomePage/sections/Contact'; +import HeroOverlay from "@/components/sections/hero/HeroOverlay"; +import AboutFeaturesSplit from "@/components/sections/about/AboutFeaturesSplit"; +import FeaturesMediaCards from "@/components/sections/features/FeaturesMediaCards"; +import FeaturesAlternatingSplit from "@/components/sections/features/FeaturesAlternatingSplit"; +import FeaturesTimelineCards from "@/components/sections/features/FeaturesTimelineCards"; +import TestimonialRatingCards from "@/components/sections/testimonial/TestimonialRatingCards"; +import FaqSimple from "@/components/sections/faq/FaqSimple"; +import ContactCta from "@/components/sections/contact/ContactCta"; -export default function HomePage(): React.JSX.Element { +export default function HomePage() { return ( - +
+ +
- +
+ +
- +
+
- +
+ +
- +
+ +
- +
+ +
- +
+ +
- +
+ +
-- 2.49.1