From 779723857c7fd9e92f2d348a1b5dc20c872bace1 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 12 Apr 2026 20:32:05 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 387 +++++++++++++++-------------------------------- 1 file changed, 119 insertions(+), 268 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9fe88bf..b465327 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -14,283 +14,134 @@ import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCar export default function LandingPage() { return ( - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -} +} \ No newline at end of file -- 2.49.1