Update src/app/page.tsx
This commit is contained in:
@@ -59,7 +59,6 @@ export default function LandingPage() {
|
|||||||
]}
|
]}
|
||||||
autoPlay={true}
|
autoPlay={true}
|
||||||
autoPlayInterval={4000}
|
autoPlayInterval={4000}
|
||||||
useInvertedBackground={false}
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
<div id="about" data-section="about">
|
<div id="about" data-section="about">
|
||||||
@@ -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" }
|
{ 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}
|
useInvertedBackground={false}
|
||||||
|
textboxLayout="default"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
<div id="visit" data-section="visit" className="grid lg:grid-cols-2 gap-8">
|
<div id="visit" data-section="visit" className="grid lg:grid-cols-2 gap-8">
|
||||||
@@ -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!"
|
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"
|
textboxLayout="default"
|
||||||
features={[
|
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: "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?_wi=2", imageAlt: "Google Map showing HACHI Budapest location" },
|
{ 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?_wi=3", imageAlt: "Outdoor seating area at restaurant" }
|
{ 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}
|
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" }
|
{ 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}
|
useInvertedBackground={false}
|
||||||
|
textboxLayout="default"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
<div id="testimonials" data-section="testimonials">
|
<div id="testimonials" data-section="testimonials">
|
||||||
|
|||||||
Reference in New Issue
Block a user