From fda8e6a0cc6f4c2aa0dffc24ac038bdb79f90964 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 15 Jun 2026 14:25:50 +0000 Subject: [PATCH 1/2] Update src/components/Layout.tsx --- src/components/Layout.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx index 5d8e6c7..41c6dfd 100644 --- a/src/components/Layout.tsx +++ b/src/components/Layout.tsx @@ -10,7 +10,7 @@ export default function Layout() { Date: Mon, 15 Jun 2026 14:25:55 +0000 Subject: [PATCH 2/2] Update src/pages/HomePage.tsx --- src/pages/HomePage.tsx | 235 +++++++++++++++++++++++++++++++++++++---- 1 file changed, 214 insertions(+), 21 deletions(-) diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index 9a83c9b..260cf37 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -1,39 +1,232 @@ -// 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 { ShieldCheck, Clock, Award, Heart, BadgeCheck } from "lucide-react"; import { StyleProvider } from "@/components/ui/StyleProvider"; import SiteBackgroundSlot from "@/components/ui/SiteBackgroundSlot"; -import React from 'react'; -import HeroSection from './HomePage/sections/Hero'; -import ServicesSection from './HomePage/sections/Services'; -import ResultsSection from './HomePage/sections/Results'; -import TestimonialsSection from './HomePage/sections/Testimonials'; -import TeamSection from './HomePage/sections/Team'; -import FaqSection from './HomePage/sections/Faq'; -import ContactSection from './HomePage/sections/Contact'; +import HeroOverlayMarquee from "@/components/sections/hero/HeroOverlayMarquee"; +import TeamGlassCards from "@/components/sections/team/TeamGlassCards"; +import FeaturesResultsComparison from "@/components/sections/features/FeaturesResultsComparison"; +import TestimonialTrustCard from "@/components/sections/testimonial/TestimonialTrustCard"; +import TeamOverlayCardsGrid from "@/components/sections/team/TeamOverlayCardsGrid"; +import FaqSimple from "@/components/sections/faq/FaqSimple"; +import ContactSplitForm from "@/components/sections/contact/ContactSplitForm"; -export default function HomePage(): React.JSX.Element { +export default function HomePage() { return ( - +
+ +
- +
+ +
- +
+ +
- +
+ +
- +
+ +
- +
+ +
- +
+ +
-- 2.49.1