From 9e32c5cd156ad6d33fea157f8499567cb2bf4a27 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 28 Apr 2026 02:31:01 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 384 ++++++++++++++++------------------------------- 1 file changed, 128 insertions(+), 256 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5798a70..8fa76ef 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -15,272 +15,144 @@ import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCar export default function LandingPage() { return ( - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -} +} \ No newline at end of file -- 2.49.1