diff --git a/src/app/menu/page.tsx b/src/app/menu/page.tsx index c31c41a..cc9d62b 100644 --- a/src/app/menu/page.tsx +++ b/src/app/menu/page.tsx @@ -29,27 +29,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" @@ -60,6 +60,7 @@ export default function LandingPage() {
@@ -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() {