From 1ec7da495e669aaa160d6fedfa89a98a25bcbddf Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 17 Apr 2026 14:48:24 +0000 Subject: [PATCH] Update src/App.tsx --- src/App.tsx | 453 +++++++++++++++------------------------------------- 1 file changed, 131 insertions(+), 322 deletions(-) diff --git a/src/App.tsx b/src/App.tsx index 2f78ec1..7bf733c 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -13,341 +13,150 @@ import { MapPin, Sparkles, Utensils } from "lucide-react"; export default function App() { return ( <> - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- + ]} + copyright="© 2024 Grand Hotel. All rights reserved." + links={[{ label: "Instagram", href: "#" }, { label: "Twitter", href: "#" }]} + /> + ); }