From 0ae426b5f46b55c3bfe5d114a3f407196a63c2d3 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 30 Apr 2026 14:44:26 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 376 +++++++++++++++-------------------------------- 1 file changed, 122 insertions(+), 254 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 357c2cb..88c1363 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -14,269 +14,137 @@ import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCar export default function LandingPage() { return ( - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -} +} \ No newline at end of file -- 2.49.1