From 2feba74ac9df3a42b420660d78e0fa7db0e7e998 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 12 Apr 2026 02:28:36 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 326 ++++++++++++++--------------------------------- 1 file changed, 98 insertions(+), 228 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8e907ba..a886567 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -14,242 +14,112 @@ import { Award, Briefcase, DollarSign, ShieldCheck, Wallet, Zap } from "lucide-r export default function LandingPage() { return ( - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -} +} \ No newline at end of file -- 2.49.1