From cd9d356be0cd9573b73b2dd671d2f717eacd30ae Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 14 Mar 2026 10:39:03 +0000 Subject: [PATCH] Update src/app/menu/page.tsx --- src/app/menu/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/menu/page.tsx b/src/app/menu/page.tsx index ea8ac81..35c2c7e 100644 --- a/src/app/menu/page.tsx +++ b/src/app/menu/page.tsx @@ -88,7 +88,7 @@ export default function MenuPage() { name: "Crispy Fried Chicken Combo", price: "$12.99", variant: "2 & 1 Combo - Chicken, Rice & Drink", - imageSrc: "http://img.b2bpic.net/free-photo/chicken-crispy-legs-with-lettuce-lemon-dark-board_114579-50383.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/chicken-crispy-legs-with-lettuce-lemon-dark-board_114579-50383.jpg?_wi=2", imageAlt: "Crispy Fried Chicken Combo", }, { @@ -96,7 +96,7 @@ export default function MenuPage() { name: "Deluxe Burger Meal", price: "$10.99", variant: "Burger, Fries & Drink", - imageSrc: "http://img.b2bpic.net/free-photo/delicious-fresh-homemade-burgers-dark_114579-7620.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/delicious-fresh-homemade-burgers-dark_114579-7620.jpg?_wi=2", imageAlt: "Deluxe Burger Meal", }, { @@ -104,7 +104,7 @@ export default function MenuPage() { name: "Spaghetti Packed Special", price: "$8.99", variant: "Savory spaghetti with meat sauce", - imageSrc: "http://img.b2bpic.net/free-photo/spaghetti-meatballs_1339-3003.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/spaghetti-meatballs_1339-3003.jpg?_wi=2", imageAlt: "Spaghetti Packed Special", }, { @@ -112,7 +112,7 @@ export default function MenuPage() { name: "Family Feast Bundle", price: "$34.99", variant: "Complete meal for 4-5 people", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-female-holding-package-with-chips-watching-movie-blue-surface_140725-69695.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-female-holding-package-with-chips-watching-movie-blue-surface_140725-69695.jpg?_wi=2", imageAlt: "Family Feast Bundle", }, ]} @@ -148,7 +148,7 @@ export default function MenuPage() { author: "Most Popular", description: "Our signature crispy fried chicken is freshly prepared using our special seasoning blend. Choose from individual pieces, combo meals, or family packs.", tags: ["Fresh Daily", "Customer Favorite", "Multiple Options"], - imageSrc: "http://img.b2bpic.net/free-photo/chicken-crispy-legs-with-lettuce-lemon-dark-board_114579-50383.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/chicken-crispy-legs-with-lettuce-lemon-dark-board_114579-50383.jpg?_wi=3", }, { id: "category-burgers", @@ -156,7 +156,7 @@ export default function MenuPage() { author: "Premium Quality", description: "Gourmet burgers made with quality beef, fresh ingredients, and our signature sauces. Perfect for a quick lunch or dinner.", tags: ["Gourmet Beef", "Fresh Ingredients", "Multiple Toppings"], - imageSrc: "http://img.b2bpic.net/free-photo/delicious-fresh-homemade-burgers-dark_114579-7620.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/delicious-fresh-homemade-burgers-dark_114579-7620.jpg?_wi=3", }, ]} animationType="blur-reveal"