From bfe4b9642bae5839f139e7f1fbdb818945db6649 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 9 Apr 2026 03:13:49 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 432 +++++++++++++++++------------------------------ 1 file changed, 154 insertions(+), 278 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6acef74..2dfb598 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -15,294 +15,170 @@ import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCa export default function LandingPage() { return ( - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -} +} \ No newline at end of file -- 2.49.1