From 88d796e4835c2058c08046a50eded16ec9ee0922 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 22 May 2026 19:43:03 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 364 ++++++++++++++++++++--------------------------- 1 file changed, 154 insertions(+), 210 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c06306e..5858bf0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -16,226 +16,170 @@ import { Clock, Flame, Leaf } from "lucide-react"; export default function LandingPage() { return ( - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- window.open('https://wa.me/212626980870', '_blank')} - /> -
+
+ window.open('https://wa.me/212626980870', '_blank')} + /> +
- +
); -} +} \ No newline at end of file -- 2.49.1