From 6627c5b05a71f850b4a86eab7d4b6a8e28072182 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 15 Apr 2026 00:46:59 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 333 +++++++++++++++++------------------------------ 1 file changed, 116 insertions(+), 217 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 97cd5ea..e325b0d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -13,231 +13,130 @@ import TestimonialCardFifteen from '@/components/sections/testimonial/Testimonia export default function LandingPage() { return ( - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -- 2.49.1