From ae1a7544e3ffd656b3f968377f359ccd5fcc6395 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 2 Apr 2026 13:57:08 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 344 ++++++++++++++--------------------------------- 1 file changed, 101 insertions(+), 243 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 999a0b0..f606b5e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -14,257 +14,115 @@ import { CreditCard, MessageCircle, RotateCw, Truck } from "lucide-react"; export default function LandingPage() { return ( - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -- 2.49.1