From 5b113c372f472dcb16a61154f08461a4c4a01bc1 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 13 Apr 2026 00:24:14 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 419 +++++++++++++---------------------------------- 1 file changed, 117 insertions(+), 302 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 469f21a..9510230 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,6 @@ import FeatureCardTwentyFour from '@/components/sections/feature/FeatureCardTwen import FooterBase from '@/components/sections/footer/FooterBase'; import HeroOverlayTestimonial from '@/components/sections/hero/HeroOverlayTestimonial'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; -import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; import { Clock, DollarSign, ShieldCheck, Star } from "lucide-react"; export default function LandingPage() { @@ -27,314 +26,130 @@ export default function LandingPage() { headingFontWeight="bold" > - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -- 2.49.1