From f1d76be564c53605f62a3657f00637830da99c1e Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 2 Apr 2026 21:24:39 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 348 ++++++++++++++--------------------------------- 1 file changed, 104 insertions(+), 244 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0102675..061ab4d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -13,258 +13,118 @@ import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCar export default function LandingPage() { return ( - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -- 2.49.1