From 2e101a02b96f81bd4eb9a7cb7e22dc8cd3ac033c Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 24 Apr 2026 23:30:39 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 318 +++++++++++++++-------------------------------- 1 file changed, 97 insertions(+), 221 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8a8ea96..d6a73d5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -4,14 +4,13 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; import ContactCTA from '@/components/sections/contact/ContactCTA'; import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; -import FeatureCardThree from '@/components/sections/feature/featureCardThree/FeatureCardThree'; -import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; -import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGallery'; -import MediaAbout from '@/components/sections/about/MediaAbout'; -import MetricCardThree from '@/components/sections/metrics/MetricCardThree'; +import FeatureCardSix from '@/components/sections/feature/FeatureCardSix'; +import FooterBase from '@/components/sections/footer/FooterBase'; +import HeroSplitTestimonial from '@/components/sections/hero/HeroSplitTestimonial'; +import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; -import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; -import { CheckCircle, Shield, Star } from "lucide-react"; +import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; +import { CheckCircle, Shield, Star, Phone } from "lucide-react"; export default function LandingPage() { return ( @@ -28,227 +27,104 @@ export default function LandingPage() { headingFontWeight="light" > - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
- - +
); -- 2.49.1