From d97f67b136a77f261efc921c98e690573bf5dc71 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 26 Mar 2026 12:21:59 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 208 +++++++++++++++++++++++------------------------ 1 file changed, 104 insertions(+), 104 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b61d2d6..64caa1e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,7 @@ import HeroBillboardTestimonial from '@/components/sections/hero/HeroBillboardTe import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; -import { ArrowRight, Shield, LineChart, MessageCircle, User } from "lucide-react"; +import { ArrowRight, Shield, MessageCircle, User } from "lucide-react"; export default function LandingPage() { return ( @@ -26,115 +26,115 @@ export default function LandingPage() { headingFontWeight="extrabold" > - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
);