From 17665cb2c50e0cb9999fa756fb97dd4e06e53c04 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 8 Apr 2026 16:44:15 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 379 ++++++++++++++--------------------------------- 1 file changed, 112 insertions(+), 267 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f32fe80..2372052 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -13,281 +13,126 @@ import TestimonialCardTwelve from '@/components/sections/testimonial/Testimonial export default function LandingPage() { return ( - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -- 2.49.1