From a7aae6910ab398358b677cdb8d3374dd0b9d540f Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 27 Apr 2026 22:28:46 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 444 +++++++++++++++++------------------------------ 1 file changed, 155 insertions(+), 289 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7bbb7de..0287fb6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -17,306 +17,172 @@ import { Award, Clock, Coffee, Wheat } from "lucide-react"; export default function LandingPage() { return ( - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -- 2.49.1