From b05125222176b6710f305079b1d27625d79306be Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 13 Jun 2026 20:46:10 +0000 Subject: [PATCH] Update src/pages/HomePage.tsx --- src/pages/HomePage.tsx | 174 ++++++++++++++++++++++++++++++++++++----- 1 file changed, 154 insertions(+), 20 deletions(-) diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index 7fdb980..28c35a4 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -1,26 +1,20 @@ -// 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 { motion } from "motion/react"; import { StyleProvider } from "@/components/ui/StyleProvider"; import SiteBackgroundSlot from "@/components/ui/SiteBackgroundSlot"; +import TestimonialTrustCard from "@/components/sections/testimonial/TestimonialTrustCard"; +import HeroWorkScrollStack from "@/components/sections/hero/HeroWorkScrollStack"; +import AboutTestimonialParallax from "@/components/sections/about/AboutTestimonialParallax"; +import FeaturesBentoGridCta from "@/components/sections/features/FeaturesBentoGridCta"; +import FaqTabbedAccordion from "@/components/sections/faq/FaqTabbedAccordion"; +import ContactSplitFormParallax from "@/components/sections/contact/ContactSplitFormParallax"; import LoaderReveal from "@/components/ui/LoaderReveal"; import CornerGlowBackground from "@/components/ui/CornerGlowBackground"; -import React from 'react'; -import HeroSection from './HomePage/sections/Hero'; -import TestimonialSection from './HomePage/sections/Testimonial'; -import AboutSection from './HomePage/sections/About'; -import ServicesSection from './HomePage/sections/Services'; -import FaqSection from './HomePage/sections/Faq'; -import ContactSection from './HomePage/sections/Contact'; -export default function HomePage(): React.JSX.Element { +export default function HomePage() { return ( @@ -35,17 +29,157 @@ export default function HomePage(): React.JSX.Element { - + - + - +
+ +
- +
+ +
- + - +
+ +