From e3e4a95ac943c87c8550fbb84f39f4b8ac496f8d Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 5 Apr 2026 20:13:41 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 368 ++++++++++++++--------------------------------- 1 file changed, 108 insertions(+), 260 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 46af6e1..547e2eb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -13,274 +13,122 @@ import PricingCardThree from '@/components/sections/pricing/PricingCardThree'; export default function LandingPage() { return ( - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- { console.log('Routing data to 762-201-7158 and elrodjace196@gmail.com', data); alert('Inquiry sent successfully!'); }} - /> -
+
+ { console.log('Routing data', data); alert('Inquiry sent successfully!'); }} + /> +
- +
); -- 2.49.1