From 82fd92114f997fd522296f02a3baecf6db473a15 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 29 Mar 2026 18:37:19 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 347 ++++++++++++++--------------------------------- 1 file changed, 104 insertions(+), 243 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6df4677..ba9de1c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -13,257 +13,118 @@ import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCar export default function LandingPage() { return ( - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -- 2.49.1