From b7d0fe1d29924754e1ec74a70d0ea2c5e49604fe Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 8 Apr 2026 16:14:02 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 431 ++++++++++++++--------------------------------- 1 file changed, 126 insertions(+), 305 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2a3d644..f2155c2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -13,319 +13,140 @@ import TestimonialCardTwelve from '@/components/sections/testimonial/Testimonial export default function LandingPage() { return ( - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -- 2.49.1