From 2454017d6b801197628566f33bd9939dadf3eaba Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 21 Apr 2026 15:34:12 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 305 ++++++++++++++++------------------------------- 1 file changed, 101 insertions(+), 204 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b77f8c0..5b48a68 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -14,218 +14,115 @@ import { Cake, Coffee, Music, Wifi } from "lucide-react"; export default function LandingPage() { return ( - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- window.open('https://wa.me/5551999130248')} - /> -
+
+ window.open('https://wa.me/5551999130248')} + /> +
- +
); -- 2.49.1