From bc3864cad5fbf40a83b491156b9b90fd42c94e64 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 13 Apr 2026 01:33:35 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 408 +++++++++++++---------------------------------- 1 file changed, 112 insertions(+), 296 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a354b3e..54176a0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -14,311 +14,127 @@ import TestimonialCardTwelve from '@/components/sections/testimonial/Testimonial export default function LandingPage() { return ( - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -- 2.49.1