From f08ae879efafea3e64e400a4b19282330c5bd4bf Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 16:11:14 +0000 Subject: [PATCH] Update src/app/meal-details/page.tsx --- src/app/meal-details/page.tsx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/app/meal-details/page.tsx b/src/app/meal-details/page.tsx index 55193fc..f885a2b 100644 --- a/src/app/meal-details/page.tsx +++ b/src/app/meal-details/page.tsx @@ -74,7 +74,7 @@ export default function MealDetailsPage() { title="Meal Details & Customization" description="Choose from our carefully crafted meal combinations. Each meal is prepared fresh to order with your preferred toppings and sides. Build your perfect meal in just a few clicks." tag="🍗 Customize Now" - imageSrc="http://img.b2bpic.net/free-photo/top-view-fried-chicken-legs-with-sauces-french-fries_23-2148646595.jpg" + imageSrc="http://img.b2bpic.net/free-photo/top-view-fried-chicken-legs-with-sauces-french-fries_23-2148646595.jpg?_wi=3" imageAlt="Golden crispy fried chicken" showBlur={true} showDimOverlay={true} @@ -100,7 +100,7 @@ export default function MealDetailsPage() { name: "Chicken Box Classic", price: "95 EGP", variant: "3 Pieces • Fries • Sauce", - imageSrc: "http://img.b2bpic.net/free-photo/french-fries-mixed-with-nuggets-served-with-sour-cream_141793-88.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/french-fries-mixed-with-nuggets-served-with-sour-cream_141793-88.jpg?_wi=4", imageAlt: "Chicken Box Classic meal", isFavorited: false }, @@ -109,7 +109,7 @@ export default function MealDetailsPage() { name: "Spicy Chicken Sandwich", price: "55 EGP", variant: "Crispy • Spiced • Toasted", - imageSrc: "http://img.b2bpic.net/free-photo/triangular-sandwiches-plate-with-mayo-cutlery_23-2148465153.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/triangular-sandwiches-plate-with-mayo-cutlery_23-2148465153.jpg?_wi=3", imageAlt: "Spicy Chicken Sandwich", isFavorited: false }, @@ -118,7 +118,7 @@ export default function MealDetailsPage() { name: "Family Chicken Box", price: "250 EGP", variant: "10 Pieces • 2x Fries • Drinks", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-chicken-with-copy-space_23-2148454892.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-chicken-with-copy-space_23-2148454892.jpg?_wi=4", imageAlt: "Family Chicken Box meal", isFavorited: false }, @@ -127,7 +127,7 @@ export default function MealDetailsPage() { name: "Crispy Chicken Wrap", price: "65 EGP", variant: "Tender • Wrapped • Fresh", - imageSrc: "http://img.b2bpic.net/free-photo/little-cheerful-hot-dog-with-sausage-tomato_2829-11621.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/little-cheerful-hot-dog-with-sausage-tomato_2829-11621.jpg?_wi=3", imageAlt: "Crispy Chicken Wrap", isFavorited: false } @@ -156,7 +156,7 @@ export default function MealDetailsPage() { title: "Choose Your Protein", description: "Select from our premium cuts of fresh, never-frozen chicken. Each piece is hand-breaded and fried to golden perfection in small batches to ensure maximum crispiness and juiciness.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/top-view-raw-fishes-pepper-wooden-cutting-board-lemon-slices-tomatoes-mix-color-surface_179666-34209.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-raw-fishes-pepper-wooden-cutting-board-lemon-slices-tomatoes-mix-color-surface_179666-34209.jpg?_wi=2", imageAlt: "Fresh chicken preparation" }, items: [ @@ -170,7 +170,7 @@ export default function MealDetailsPage() { title: "Customize Your Sides", description: "Pair your chicken with perfectly cooked crispy fries, creamy coleslaw, or fresh salad. Choose your dipping sauce from our house specials: garlic mayo, spicy ketchup, or zesty lemon herb.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/delivery-guy-doing-his-job_23-2148546107.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/delivery-guy-doing-his-job_23-2148546107.jpg?_wi=2", imageAlt: "Fast delivery service" }, items: [ @@ -184,7 +184,7 @@ export default function MealDetailsPage() { title: "Add Beverages & Extras", description: "Complete your meal with ice-cold soft drinks, fresh juices, or hot tea. Don't forget our signature desserts or extra sauces to make your meal even more special.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/best-price-offer-promotion-commerce-marketing-concept_53876-125395.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/best-price-offer-promotion-commerce-marketing-concept_53876-125395.jpg?_wi=2", imageAlt: "Affordable pricing" }, items: [ @@ -204,7 +204,7 @@ export default function MealDetailsPage() {