From ec46b6c157740f1c222394dd2f6ac43eb4f3468c Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 4 Apr 2026 05:16:05 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 380 ++++++++++++++++------------------------------- 1 file changed, 127 insertions(+), 253 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ce28ffa..118a594 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -13,267 +13,141 @@ import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCar export default function LandingPage() { return ( - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -} +} \ No newline at end of file -- 2.49.1