From 5da521f1f654fa44fbc40e139319a11e7c6a53ca Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 31 Mar 2026 21:32:49 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 398 ++++++++++++++--------------------------------- 1 file changed, 116 insertions(+), 282 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4413978..58a45c9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -13,296 +13,130 @@ import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCar export default function LandingPage() { return ( - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -- 2.49.1