Update src/app/space/page.tsx
This commit is contained in:
@@ -31,27 +31,27 @@ export default function LandingPage() {
|
||||
{
|
||||
name: "Home",
|
||||
id: "home",
|
||||
href: "/",
|
||||
|
||||
},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "menu",
|
||||
href: "/menu",
|
||||
|
||||
},
|
||||
{
|
||||
name: "Philosophy",
|
||||
id: "philosophy",
|
||||
href: "/philosophy",
|
||||
|
||||
},
|
||||
{
|
||||
name: "Space",
|
||||
id: "space",
|
||||
href: "/space",
|
||||
|
||||
},
|
||||
{
|
||||
name: "Reservations",
|
||||
id: "reservations",
|
||||
href: "/reservations",
|
||||
|
||||
},
|
||||
]}
|
||||
brandName="Akaoni"
|
||||
@@ -62,6 +62,7 @@ export default function LandingPage() {
|
||||
|
||||
<div id="akaoni-ambiance" data-section="akaoni-ambiance">
|
||||
<FeatureCardTwentySeven
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
@@ -70,14 +71,14 @@ export default function LandingPage() {
|
||||
id: "1",
|
||||
title: "Main Dining Room",
|
||||
description: "Elegant and expansive, designed for a captivating culinary journey under soft, inviting light.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-having-dinner-luxurious-restaurants_23-2151081849.jpg?_wi=1",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-having-dinner-luxurious-restaurants_23-2151081849.jpg",
|
||||
imageAlt: "Elegant main dining room at Akaoni",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "Sushi Counter",
|
||||
description: "An intimate experience to witness the artistry of our sushi chefs up close, a true culinary spectacle.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-home-enjoying-life_23-2149167767.jpg?_wi=1",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-home-enjoying-life_23-2149167767.jpg",
|
||||
imageAlt: "Sushi counter with master chefs at work",
|
||||
},
|
||||
{
|
||||
@@ -91,7 +92,7 @@ export default function LandingPage() {
|
||||
id: "4",
|
||||
title: "Zen Garden View",
|
||||
description: "Dining with a tranquil view of our meticulously curated inner Zen garden, offering serene beauty.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-traveling-trought-city_23-2149297290.jpg?_wi=3",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-traveling-trought-city_23-2149297290.jpg",
|
||||
imageAlt: "Dining area overlooking a peaceful Zen garden",
|
||||
},
|
||||
]}
|
||||
@@ -118,7 +119,7 @@ export default function LandingPage() {
|
||||
icon: Heart,
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/people-having-dinner-luxurious-restaurants_23-2151081849.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/people-having-dinner-luxurious-restaurants_23-2151081849.jpg"
|
||||
imageAlt="Elegant main dining room at Akaoni with subtle lighting"
|
||||
mediaAnimation="blur-reveal"
|
||||
/>
|
||||
@@ -129,13 +130,14 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
title="The Art of the Sushi Counter"
|
||||
description="Experience the culinary theater firsthand at our exclusive sushi counter. Witness our master chefs' precise techniques and artistic flair as they craft exquisite sushi and sashimi, tailored to your preference. An intimate and interactive spectacle for discerning palates."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/couple-home-enjoying-life_23-2149167767.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/couple-home-enjoying-life_23-2149167767.jpg"
|
||||
imageAlt="Sushi chef expertly preparing dishes at the counter"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="space-event-faqs" data-section="space-event-faqs">
|
||||
<FaqDouble
|
||||
faqsAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
|
||||
Reference in New Issue
Block a user