From 52fba13b8c446bbf4a4bfef55f4247417e52b6e3 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 4 Apr 2026 07:29:12 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 347 ++++++++++++++--------------------------------- 1 file changed, 103 insertions(+), 244 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e574b84..41d4206 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -13,258 +13,117 @@ import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCar export default function LandingPage() { return ( - + -
- -
+
+ +
-
- -
+
+ +
- + -
- -
+
+ +
-
- -
+
+ +
- +
); -- 2.49.1