From 3957d4e7f15e9d170fdca3e383b5d0326154efd0 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 2 May 2026 23:31:28 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 397 +++++++++++++++-------------------------------- 1 file changed, 124 insertions(+), 273 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 32d3a32..f500678 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -16,289 +16,140 @@ import { Award, Smile, Star } from "lucide-react"; export default function LandingPage() { return ( - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -- 2.49.1