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() { /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 ( - +
+ +
- +
+ +
- +
+ +
- +
+ +
- +
+ +
- +
+ +
- +
+ +