From 9bc60a4aab7750a8ef983ae360adcdb3e9066aa4 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 5 Apr 2026 00:25:49 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 314 ++++++++++++++++------------------------------- 1 file changed, 108 insertions(+), 206 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5ebae45..b4a052b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -13,220 +13,122 @@ import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCar export default function LandingPage() { return ( - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- console.log('Contact form:', email)} - /> -
+
+ +
- +
); -- 2.49.1