From 5fef123bdcd842bb8e4d7e29d32ae4f0191c3fa5 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 03:42:43 +0000 Subject: [PATCH] Update src/app/menu/page.tsx --- src/app/menu/page.tsx | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/src/app/menu/page.tsx b/src/app/menu/page.tsx index c8d1245..a84a94a 100644 --- a/src/app/menu/page.tsx +++ b/src/app/menu/page.tsx @@ -56,7 +56,7 @@ export default function MenuPage() { { text: "Call to Order", href: "tel:0457779712" }, ]} buttonAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/fish-chips_74190-6964.jpg" + imageSrc="http://img.b2bpic.net/free-photo/fish-chips_74190-6964.jpg?_wi=2" imageAlt="Our signature fish and chips" mediaAnimation="blur-reveal" /> @@ -80,17 +80,17 @@ export default function MenuPage() { items: [ { imageSrc: - "http://img.b2bpic.net/free-photo/chicken-nuggets-with-sauce-wooden-board_140725-702.jpg", + "http://img.b2bpic.net/free-photo/chicken-nuggets-with-sauce-wooden-board_140725-702.jpg?_wi=2", imageAlt: "Fish and chips", }, { imageSrc: - "http://img.b2bpic.net/free-photo/crispy-fried-calamari-rings-served-with-side-tomato-sauce-garnished-with-fresh-parsley_9975-124480.jpg", + "http://img.b2bpic.net/free-photo/crispy-fried-calamari-rings-served-with-side-tomato-sauce-garnished-with-fresh-parsley_9975-124480.jpg?_wi=2", imageAlt: "Calamari", }, { imageSrc: - "http://img.b2bpic.net/free-photo/side-view-shrimps-batter-with-bowl-sauce-fresh-vegetable-salad-shells-tray_176474-3221.jpg", + "http://img.b2bpic.net/free-photo/side-view-shrimps-batter-with-bowl-sauce-fresh-vegetable-salad-shells-tray_176474-3221.jpg?_wi=2", imageAlt: "Prawns", }, ], @@ -102,17 +102,17 @@ export default function MenuPage() { items: [ { imageSrc: - "http://img.b2bpic.net/free-photo/fast-food-restaurant-table_7939-2837.jpg", + "http://img.b2bpic.net/free-photo/fast-food-restaurant-table_7939-2837.jpg?_wi=2", imageAlt: "Banh Mi", }, { imageSrc: - "http://img.b2bpic.net/free-photo/fried-noodles-plate_1339-2155.jpg", + "http://img.b2bpic.net/free-photo/fried-noodles-plate_1339-2155.jpg?_wi=2", imageAlt: "Vermicelli", }, { imageSrc: - "http://img.b2bpic.net/free-photo/caesar-salad-with-grilled-chicken-fillet_114579-3764.jpg", + "http://img.b2bpic.net/free-photo/caesar-salad-with-grilled-chicken-fillet_114579-3764.jpg?_wi=2", imageAlt: "Rice paper rolls", }, ], @@ -124,17 +124,17 @@ export default function MenuPage() { items: [ { imageSrc: - "http://img.b2bpic.net/free-photo/white-green-fruit-tomato-som_1203-5558.jpg", + "http://img.b2bpic.net/free-photo/white-green-fruit-tomato-som_1203-5558.jpg?_wi=2", imageAlt: "Fresh salad", }, { imageSrc: - "http://img.b2bpic.net/free-photo/caesar-salad-with-grilled-chicken-fillet_114579-3764.jpg", + "http://img.b2bpic.net/free-photo/caesar-salad-with-grilled-chicken-fillet_114579-3764.jpg?_wi=3", imageAlt: "Garden salad", }, { imageSrc: - "http://img.b2bpic.net/free-photo/salmon-tartare-with-avocado-mousse_2829-8098.jpg", + "http://img.b2bpic.net/free-photo/salmon-tartare-with-avocado-mousse_2829-8098.jpg?_wi=2", imageAlt: "Premium vegetables", }, ], @@ -146,17 +146,17 @@ export default function MenuPage() { items: [ { imageSrc: - "http://img.b2bpic.net/free-photo/top-view-squid-rings-batter-with-sauce-fresh-vegetable-salad-tray_176474-3458.jpg", + "http://img.b2bpic.net/free-photo/top-view-squid-rings-batter-with-sauce-fresh-vegetable-salad-tray_176474-3458.jpg?_wi=2", imageAlt: "Sauces", }, { imageSrc: - "http://img.b2bpic.net/free-photo/close-up-shrimp-potato-skewers_23-2148322836.jpg", + "http://img.b2bpic.net/free-photo/close-up-shrimp-potato-skewers_23-2148322836.jpg?_wi=2", imageAlt: "Sides", }, { imageSrc: - "http://img.b2bpic.net/free-photo/isolated-shot-white-plate-with-two-part-sandwich-perfect-food-blog-menu-usage_181624-7420.jpg", + "http://img.b2bpic.net/free-photo/isolated-shot-white-plate-with-two-part-sandwich-perfect-food-blog-menu-usage_181624-7420.jpg?_wi=2", imageAlt: "Extras", }, ], @@ -219,7 +219,7 @@ export default function MenuPage() {