From ea6d79a4a0f5adf49fbcb75388013a1d90b0256f Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 1 Apr 2026 11:57:04 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 203 +++++++++++++++++++++++------------------------ 1 file changed, 100 insertions(+), 103 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c8246ca..72eac60 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -7,8 +7,8 @@ import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwent import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll'; import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout'; -import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; -import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; +import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; +import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; import { MapPin, Zap, Coffee, Smartphone, Flame } from "lucide-react"; export default function LandingPage() { @@ -26,113 +26,110 @@ export default function LandingPage() { headingFontWeight="extrabold" > - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -} \ No newline at end of file +} -- 2.49.1