From dd1daaff3412391ce71f6d37d7ef4613917aee99 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 12 Apr 2026 07:25:50 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 324 ++++++++++++++++++----------------------------- 1 file changed, 120 insertions(+), 204 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e7919d3..c81d717 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -14,219 +14,135 @@ import TestimonialCardFifteen from '@/components/sections/testimonial/Testimonia export default function LandingPage() { return ( - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -- 2.49.1