diff --git a/src/app/page.tsx b/src/app/page.tsx
index 5036339..01fde6c 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -59,7 +59,6 @@ export default function LandingPage() {
]}
autoPlay={true}
autoPlayInterval={4000}
- useInvertedBackground={false}
/>
@@ -90,6 +89,7 @@ export default function LandingPage() {
{ id: "cocktail-1", name: "Tokyo Negroni", price: "3,600 Ft", imageSrc: "http://img.b2bpic.net/free-photo/alcoholic-rose-cocktail-glass-bar-table_627829-6487.jpg", imageAlt: "Tokyo Negroni cocktail" }
]}
useInvertedBackground={false}
+ textboxLayout="default"
/>
@@ -98,9 +98,9 @@ export default function LandingPage() {
description="We are located at Október 6. utca 8, 1051, V. kerület, just a short walk from St. Stephen's Basilica. We operate on a walk-in only policy — no reservations needed, just come as you are!"
textboxLayout="default"
features={[
- { title: "Opening Hours", description: "Daily from 11:30 AM. Closed Mon–Fri 4–5 PM for dinner reset. Open until 11 PM.", imageSrc: "http://img.b2bpic.net/free-photo/traveler-s-map_23-2147643195.jpg?_wi=1", imageAlt: "Opening hours icon" },
- { title: "Location", description: "Október 6. utca 8, 1051, V. kerület. Google Map embedded for easy navigation.", imageSrc: "http://img.b2bpic.net/free-photo/traveler-s-map_23-2147643195.jpg?_wi=2", imageAlt: "Google Map showing HACHI Budapest location" },
- { title: "Seating", description: "We offer both indoor and outdoor seating options. Enjoy your meal al fresco when the weather is fine!", imageSrc: "http://img.b2bpic.net/free-photo/traveler-s-map_23-2147643195.jpg?_wi=3", imageAlt: "Outdoor seating area at restaurant" }
+ { title: "Opening Hours", description: "Daily from 11:30 AM. Closed Mon–Fri 4–5 PM for dinner reset. Open until 11 PM.", imageSrc: "http://img.b2bpic.net/free-photo/traveler-s-map_23-2147643195.jpg", imageAlt: "Opening hours icon" },
+ { title: "Location", description: "Október 6. utca 8, 1051, V. kerület. Google Map embedded for easy navigation.", imageSrc: "http://img.b2bpic.net/free-photo/traveler-s-map_23-2147643195.jpg", imageAlt: "Google Map showing HACHI Budapest location" },
+ { title: "Seating", description: "We offer both indoor and outdoor seating options. Enjoy your meal al fresco when the weather is fine!", imageSrc: "http://img.b2bpic.net/free-photo/traveler-s-map_23-2147643195.jpg", imageAlt: "Outdoor seating area at restaurant" }
]}
useInvertedBackground={true}
/>
@@ -120,6 +120,7 @@ export default function LandingPage() {
{ id: "gallery-6", name: "Japanese Desserts", price: "", imageSrc: "http://img.b2bpic.net/free-photo/top-view-little-creamy-cake-with-chocolate-cookies-cup-tea-dark-surface-biscuit-cake-sweet-pie-sugar-cookies_140725-118176.jpg", imageAlt: "Signature Japanese dessert, mochi ice cream" }
]}
useInvertedBackground={false}
+ textboxLayout="default"
/>