From 254fa3995b66fd666a64ace494cb5b919ffe4e09 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 28 Apr 2026 20:07:05 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 482 +++++++++++++++-------------------------------- 1 file changed, 151 insertions(+), 331 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e18b685..fa9d577 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -17,348 +17,168 @@ import { Activity, Award, ListChecks, Scale, Star, Trophy } from "lucide-react"; export default function LandingPage() { return ( - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -- 2.49.1