From 7ec2f2d9b1ae95fa632e4df2a42309fd5176c0c2 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 1 May 2026 02:37:16 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 399 ++++++++++++++++------------------------------- 1 file changed, 133 insertions(+), 266 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6627b0c..60e9449 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -15,282 +15,149 @@ import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCar export default function LandingPage() { return ( - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -} +} \ No newline at end of file -- 2.49.1