From e324e7d5c0e0fcc728b563134320f0983c2957df Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 23 May 2026 05:16:20 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 218 ++++++++++++++++++----------------------------- 1 file changed, 81 insertions(+), 137 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c9936ec..c1c9e82 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,13 +2,14 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import ContactCTA from '@/components/sections/contact/ContactCTA'; -import FeatureCardMedia from '@/components/sections/feature/FeatureCardMedia'; -import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; -import HeroBillboardTestimonial from '@/components/sections/hero/HeroBillboardTestimonial'; -import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout'; -import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; -import PricingCardNine from '@/components/sections/pricing/PricingCardNine'; +import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGallery'; +import MediaAbout from '@/components/sections/about/MediaAbout'; +import FeatureCardEight from '@/components/sections/feature/FeatureCardEight'; +import PricingCardEight from '@/components/sections/pricing/PricingCardEight'; +import ContactText from '@/components/sections/contact/ContactText'; +import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; +import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; +import { ShieldCheck, Zap, Scissors, PaintBucket, Car } from 'lucide-react'; export default function LandingPage() { return ( @@ -25,142 +26,85 @@ export default function LandingPage() { headingFontWeight="extrabold" > - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -- 2.49.1