Update src/app/page.tsx

This commit is contained in:
2026-03-25 07:36:42 +00:00
parent b3acbb8118
commit ceee32fd5e

View File

@@ -35,27 +35,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"
@@ -82,7 +82,7 @@ export default function LandingPage() {
},
]}
buttonAnimation="blur-reveal"
imageSrc="http://img.b2bpic.net/free-photo/person-traveling-trought-city_23-2149297290.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/person-traveling-trought-city_23-2149297290.jpg"
imageAlt="Luxurious Japanese restaurant interior with dramatic lighting"
mediaAnimation="slide-up"
/>
@@ -99,21 +99,21 @@ export default function LandingPage() {
id: "f1",
title: "Seasonal Omakase",
description: "A multi-course tasting journey personally crafted by our master chef, showcasing the season's finest ingredients.",
imageSrc: "http://img.b2bpic.net/free-photo/lamb-kebab-plate-with-flatbread-vegetables_140725-8322.jpg?_wi=1",
imageSrc: "http://img.b2bpic.net/free-photo/lamb-kebab-plate-with-flatbread-vegetables_140725-8322.jpg",
imageAlt: "Chef's seasonal omakase platter",
},
{
id: "f2",
title: "Artisanal Sushi Selection",
description: "Experience the delicate balance of flavor and texture with our handcrafted nigiri and maki, prepared with precision.",
imageSrc: "http://img.b2bpic.net/free-photo/fresh-fish-sushi-with-red-caviar-table_140725-1447.jpg?_wi=1",
imageSrc: "http://img.b2bpic.net/free-photo/fresh-fish-sushi-with-red-caviar-table_140725-1447.jpg",
imageAlt: "Artisanal sushi platter",
},
{
id: "f3",
title: "Signature Sake Pairings",
description: "Elevate your meal with our expertly selected sake, chosen to perfectly complement each dish and enhance your dining experience.",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-happy-friends-with-drinks_23-2149213366.jpg?_wi=1",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-happy-friends-with-drinks_23-2149213366.jpg",
imageAlt: "Sake glass paired with Japanese food",
},
]}
@@ -134,7 +134,7 @@ export default function LandingPage() {
},
]}
buttonAnimation="blur-reveal"
imageSrc="http://img.b2bpic.net/free-photo/home-celebration-friends-family-festive-table-with-pear-cake-top-view-celebration-concept_169016-4836.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/home-celebration-friends-family-festive-table-with-pear-cake-top-view-celebration-concept_169016-4836.jpg"
imageAlt="Chef's hands meticulously preparing sushi"
/>
</div>
@@ -150,7 +150,7 @@ export default function LandingPage() {
name: "Isabella Chen",
handle: "@isabella.c",
testimonial: "Akaoni is more than a meal; it's an immersive artistic experience. The attention to detail, from presentation to flavor, is simply unparalleled.",
imageSrc: "http://img.b2bpic.net/free-photo/calling-by-lunch_1098-12843.jpg?_wi=1",
imageSrc: "http://img.b2bpic.net/free-photo/calling-by-lunch_1098-12843.jpg",
imageAlt: "Isabella Chen",
},
{
@@ -158,7 +158,7 @@ export default function LandingPage() {
name: "Hiroshi Tanaka",
handle: "@hiro.tanaka",
testimonial: "Authenticity and innovation in perfect harmony. Akaoni has truly captured the essence of Japanese fine dining. A must-visit.",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-young-man-jacket-posing-looking-away_171337-19790.jpg?_wi=1",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-young-man-jacket-posing-looking-away_171337-19790.jpg",
imageAlt: "Hiroshi Tanaka",
},
{
@@ -166,7 +166,7 @@ export default function LandingPage() {
name: "Sophie Dubois",
handle: "@sophie.d",
testimonial: "The Omakase was a revelation. Each course was a delightful surprise, crafted with passion and exquisite skill. A culinary journey!",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiling-woman-studio_23-2148410917.jpg?_wi=1",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiling-woman-studio_23-2148410917.jpg",
imageAlt: "Sophie Dubois",
},
{
@@ -174,7 +174,7 @@ export default function LandingPage() {
name: "Liam O'Connell",
handle: "@liam.o",
testimonial: "From the moment we stepped in, the ambiance and service were impeccable. The sushi was the freshest I've ever tasted. Highly recommend.",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-talking-cellphone-bench_1262-7324.jpg?_wi=1",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-talking-cellphone-bench_1262-7324.jpg",
imageAlt: "Liam O'Connell",
},
{
@@ -182,7 +182,7 @@ export default function LandingPage() {
name: "Anya Sharma",
handle: "@anya.s",
testimonial: "Akaoni sets the standard for premium Japanese cuisine. The flavors were profound, the presentation stunning, and the evening truly magical.",
imageSrc: "http://img.b2bpic.net/free-photo/calling-by-lunch_1098-12843.jpg?_wi=2",
imageSrc: "http://img.b2bpic.net/free-photo/calling-by-lunch_1098-12843.jpg",
imageAlt: "Anya Sharma",
},
]}
@@ -193,6 +193,7 @@ export default function LandingPage() {
<div id="social-proof" data-section="social-proof">
<SocialProofOne
names={[]}
textboxLayout="default"
useInvertedBackground={true}
logos={[
@@ -220,35 +221,35 @@ export default function LandingPage() {
id: "p1",
name: "Akaoni Signature Roll",
price: "¥3,500",
imageSrc: "http://img.b2bpic.net/free-photo/various-sushi-rolls-plate_140725-4318.jpg?_wi=1",
imageSrc: "http://img.b2bpic.net/free-photo/various-sushi-rolls-plate_140725-4318.jpg",
imageAlt: "Akaoni Signature Sushi Roll",
},
{
id: "p2",
name: "Sashimi Moriawase",
price: "¥8,000",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-raw-fishes-lemon-slices-greens-pepper-wooden-cutting-board-flower-blue-black-colors-table_179666-18170.jpg?_wi=1",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-raw-fishes-lemon-slices-greens-pepper-wooden-cutting-board-flower-blue-black-colors-table_179666-18170.jpg",
imageAlt: "Assorted Sashimi Platter",
},
{
id: "p3",
name: "Wagyu Ishiyaki",
price: "¥12,000",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-male-chef-kitchen-preparing-meat_23-2149646267.jpg?_wi=1",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-male-chef-kitchen-preparing-meat_23-2149646267.jpg",
imageAlt: "Wagyu Beef on Hot Stone",
},
{
id: "p4",
name: "Tempura Moriawase",
price: "¥4,200",
imageSrc: "http://img.b2bpic.net/free-photo/lamb-kebab-plate-with-flatbread-vegetables_140725-8322.jpg?_wi=2",
imageSrc: "http://img.b2bpic.net/free-photo/lamb-kebab-plate-with-flatbread-vegetables_140725-8322.jpg",
imageAlt: "Assorted Tempura Platter",
},
{
id: "p5",
name: "Unagi Kabayaki",
price: "¥5,500",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-happy-friends-with-drinks_23-2149213366.jpg?_wi=2",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-happy-friends-with-drinks_23-2149213366.jpg",
imageAlt: "Grilled Eel with Sauce",
},
]}
@@ -262,7 +263,7 @@ export default function LandingPage() {
useInvertedBackground={true}
title="The Spirit of Akaoni"
description="At Akaoni, every dish is a testament to the harmony of traditional Japanese culinary arts and modern innovation. We honor the legacy of our ingredients and the craft of our chefs, promising an unforgettable journey for your palate."
imageSrc="http://img.b2bpic.net/free-photo/home-celebration-friends-family-festive-table-with-pear-cake-top-view-celebration-concept_169016-4836.jpg?_wi=2"
imageSrc="http://img.b2bpic.net/free-photo/home-celebration-friends-family-festive-table-with-pear-cake-top-view-celebration-concept_169016-4836.jpg"
imageAlt="Chef's hands meticulously preparing sushi"
buttons={[
{
@@ -313,21 +314,21 @@ export default function LandingPage() {
id: "f1",
title: "Seasonal Omakase",
description: "A multi-course tasting journey personally crafted by our master chef, showcasing the season's finest ingredients.",
imageSrc: "http://img.b2bpic.net/free-photo/lamb-kebab-plate-with-flatbread-vegetables_140725-8322.jpg?_wi=3",
imageSrc: "http://img.b2bpic.net/free-photo/lamb-kebab-plate-with-flatbread-vegetables_140725-8322.jpg",
imageAlt: "Chef's seasonal omakase platter",
},
{
id: "f2",
title: "Artisanal Sushi Selection",
description: "Experience the delicate balance of flavor and texture with our handcrafted nigiri and maki, prepared with precision.",
imageSrc: "http://img.b2bpic.net/free-photo/fresh-fish-sushi-with-red-caviar-table_140725-1447.jpg?_wi=2",
imageSrc: "http://img.b2bpic.net/free-photo/fresh-fish-sushi-with-red-caviar-table_140725-1447.jpg",
imageAlt: "Artisanal sushi platter",
},
{
id: "f3",
title: "Signature Sake Pairings",
description: "Elevate your meal with our expertly selected sake, chosen to perfectly complement each dish and enhance your dining experience.",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-happy-friends-with-drinks_23-2149213366.jpg?_wi=3",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-happy-friends-with-drinks_23-2149213366.jpg",
imageAlt: "Sake glass paired with Japanese food",
},
]}
@@ -345,7 +346,7 @@ export default function LandingPage() {
tag="Booking"
title="Reserve Your Table"
description="Embark on an unforgettable culinary journey. Book your experience at Akaoni through our reservation portal."
imageSrc="http://img.b2bpic.net/free-photo/person-traveling-trought-city_23-2149297290.jpg?_wi=2"
imageSrc="http://img.b2bpic.net/free-photo/person-traveling-trought-city_23-2149297290.jpg"
imageAlt="Elegant restaurant interior"
mediaAnimation="slide-up"
mediaPosition="right"