From ae259e886777d0d5726369ca852bbaffa185cac4 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 20 Apr 2026 05:23:39 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 436 ++++++++++++++++------------------------------- 1 file changed, 143 insertions(+), 293 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5409e9e..1a2ec12 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -15,309 +15,159 @@ import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCar export default function LandingPage() { return ( - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -} +} \ No newline at end of file -- 2.49.1