From 2c4b57450d53844325e87d4aeda1f221b98b3e16 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 1 May 2026 16:08:48 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 437 ++++++++++++++++------------------------------- 1 file changed, 146 insertions(+), 291 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 943e69f..aac099e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -15,307 +15,162 @@ import TestimonialCardTwelve from '@/components/sections/testimonial/Testimonial export default function LandingPage() { return ( - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -- 2.49.1