diff --git a/src/app/page.tsx b/src/app/page.tsx index ffd8cee..9a2e619 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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" /> @@ -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() {