From afdc4486046b223e3e149908be2c869e201716b7 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 15 Apr 2026 20:12:30 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 439 ++++++++++++++--------------------------------- 1 file changed, 127 insertions(+), 312 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0048c75..058a3c4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -15,328 +15,143 @@ import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCa export default function LandingPage() { return ( - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -- 2.49.1