From cfe74c42f20a45fcc5736b0d06d546d85ae64abb Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 12 Apr 2026 01:49:10 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 431 +++++++++++++++-------------------------------- 1 file changed, 140 insertions(+), 291 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index debf6d0..c4bcce8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -14,305 +14,154 @@ import { Box, Globe, Server, ShieldCheck, Star, Zap } from "lucide-react"; export default function LandingPage() { return ( - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -- 2.49.1