From 93086f428447fa47e8973d53817bd30cbe47393f Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 23 Apr 2026 22:45:19 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 467 ++++++++++++++--------------------------------- 1 file changed, 140 insertions(+), 327 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b428108..5bded45 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -15,343 +15,156 @@ import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCar export default function LandingPage() { return ( - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -} +} \ No newline at end of file -- 2.49.1