From d9e8195902992a14df054443a2abac7586eae9a3 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 08:56:51 +0000 Subject: [PATCH 1/2] 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 e2a3e8e..6758cd0 100644 --- a/src/app/menu/page.tsx +++ b/src/app/menu/page.tsx @@ -80,22 +80,22 @@ export default function MenuPage() { gridVariant="four-items-2x2-equal-grid" products={[ { - id: "1", name: "Royal Broast Special", price: "Rs. 649", imageSrc: "http://img.b2bpic.net/free-photo/crispy-fried-chicken-legs-served-with-sweet-chili-sauce-fries_140725-1523.jpg", imageAlt: "Crispy Royal Broast Special" + id: "1", name: "Royal Broast Special", price: "Rs. 649", imageSrc: "http://img.b2bpic.net/free-photo/crispy-fried-chicken-legs-served-with-sweet-chili-sauce-fries_140725-1523.jpg?_wi=2", imageAlt: "Crispy Royal Broast Special" }, { - id: "2", name: "Spicy BBQ Platter", price: "Rs. 899", imageSrc: "http://img.b2bpic.net/free-photo/bbq-with-toppings-sausages-dish-open-air_1268-16584.jpg", imageAlt: "Delicious BBQ Grilled Platter" + id: "2", name: "Spicy BBQ Platter", price: "Rs. 899", imageSrc: "http://img.b2bpic.net/free-photo/bbq-with-toppings-sausages-dish-open-air_1268-16584.jpg?_wi=2", imageAlt: "Delicious BBQ Grilled Platter" }, { - id: "3", name: "Pepperoni Pizza Large", price: "Rs. 899", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-pizza-box_23-2149962670.jpg", imageAlt: "Large Pepperoni Pizza" + id: "3", name: "Pepperoni Pizza Large", price: "Rs. 899", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-pizza-box_23-2149962670.jpg?_wi=2", imageAlt: "Large Pepperoni Pizza" }, { - id: "4", name: "Royal Burger Combo", price: "Rs. 549", imageSrc: "http://img.b2bpic.net/free-photo/meat-cheeseburger-fries-wooden-board_140725-4809.jpg", imageAlt: "Gourmet Royal Burger with fries" + id: "4", name: "Royal Burger Combo", price: "Rs. 549", imageSrc: "http://img.b2bpic.net/free-photo/meat-cheeseburger-fries-wooden-board_140725-4809.jpg?_wi=2", imageAlt: "Gourmet Royal Burger with fries" }, { - id: "5", name: "Tikka Boti Pack", price: "Rs. 699", imageSrc: "http://img.b2bpic.net/free-photo/top-view-lamb-ribs-kebab-with-vegetable-salad-peppercorns-wooden-table_140725-11570.jpg", imageAlt: "Marinated Tikka Boti" + id: "5", name: "Tikka Boti Pack", price: "Rs. 699", imageSrc: "http://img.b2bpic.net/free-photo/top-view-lamb-ribs-kebab-with-vegetable-salad-peppercorns-wooden-table_140725-11570.jpg?_wi=2", imageAlt: "Marinated Tikka Boti" }, { - id: "6", name: "Family Feast Pack", price: "Rs. 1,899", imageSrc: "http://img.b2bpic.net/free-photo/dining-table-with-sage-various-snacks_140725-3551.jpg", imageAlt: "Complete Family Feast Pack" + id: "6", name: "Family Feast Pack", price: "Rs. 1,899", imageSrc: "http://img.b2bpic.net/free-photo/dining-table-with-sage-various-snacks_140725-3551.jpg?_wi=2", imageAlt: "Complete Family Feast Pack" } ]} /> -- 2.49.1 From d2524dbcb179df37cfac5bc887ca6afe5a8f3314 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 08:56:52 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 906118b..f20a1f9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -60,7 +60,7 @@ export default function HomePage() { testimonials={[ { name: "Ayesha Khan", handle: "Regular Customer", testimonial: "Amazing food quality and super fast delivery! Royal Bites is my go-to for weekend dinners.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-business-woman_23-2148603029.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-business-woman_23-2148603029.jpg?_wi=1" }, { name: "Muhammad Ali", handle: "Food Enthusiast", testimonial: "Best broast in Sargodha! The flavors are authentic and the service is exceptional.", rating: 5, @@ -68,7 +68,7 @@ export default function HomePage() { }, { name: "Fatima Malik", handle: "Family Customer", testimonial: "We love ordering party platters from Royal Bites. Fresh ingredients and perfect presentation every time.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-business-woman_23-2148603029.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-business-woman_23-2148603029.jpg?_wi=2" }, { name: "Hassan Ahmed", handle: "Office Worker", testimonial: "Lunch deliveries are always on time and piping hot. Great value for money!", rating: 5, @@ -172,22 +172,22 @@ export default function HomePage() { gridVariant="three-columns-all-equal-width" products={[ { - id: "1", name: "Royal Broast Special", price: "Rs. 649", imageSrc: "http://img.b2bpic.net/free-photo/crispy-fried-chicken-legs-served-with-sweet-chili-sauce-fries_140725-1523.jpg", imageAlt: "Crispy Royal Broast Special" + id: "1", name: "Royal Broast Special", price: "Rs. 649", imageSrc: "http://img.b2bpic.net/free-photo/crispy-fried-chicken-legs-served-with-sweet-chili-sauce-fries_140725-1523.jpg?_wi=1", imageAlt: "Crispy Royal Broast Special" }, { - id: "2", name: "Spicy BBQ Platter", price: "Rs. 899", imageSrc: "http://img.b2bpic.net/free-photo/bbq-with-toppings-sausages-dish-open-air_1268-16584.jpg", imageAlt: "Delicious BBQ Grilled Platter" + id: "2", name: "Spicy BBQ Platter", price: "Rs. 899", imageSrc: "http://img.b2bpic.net/free-photo/bbq-with-toppings-sausages-dish-open-air_1268-16584.jpg?_wi=1", imageAlt: "Delicious BBQ Grilled Platter" }, { - id: "3", name: "Pepperoni Pizza Large", price: "Rs. 899", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-pizza-box_23-2149962670.jpg", imageAlt: "Large Pepperoni Pizza" + id: "3", name: "Pepperoni Pizza Large", price: "Rs. 899", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-pizza-box_23-2149962670.jpg?_wi=1", imageAlt: "Large Pepperoni Pizza" }, { - id: "4", name: "Royal Burger Combo", price: "Rs. 549", imageSrc: "http://img.b2bpic.net/free-photo/meat-cheeseburger-fries-wooden-board_140725-4809.jpg", imageAlt: "Gourmet Royal Burger with fries" + id: "4", name: "Royal Burger Combo", price: "Rs. 549", imageSrc: "http://img.b2bpic.net/free-photo/meat-cheeseburger-fries-wooden-board_140725-4809.jpg?_wi=1", imageAlt: "Gourmet Royal Burger with fries" }, { - id: "5", name: "Tikka Boti Pack", price: "Rs. 699", imageSrc: "http://img.b2bpic.net/free-photo/top-view-lamb-ribs-kebab-with-vegetable-salad-peppercorns-wooden-table_140725-11570.jpg", imageAlt: "Marinated Tikka Boti" + id: "5", name: "Tikka Boti Pack", price: "Rs. 699", imageSrc: "http://img.b2bpic.net/free-photo/top-view-lamb-ribs-kebab-with-vegetable-salad-peppercorns-wooden-table_140725-11570.jpg?_wi=1", imageAlt: "Marinated Tikka Boti" }, { - id: "6", name: "Family Feast Pack", price: "Rs. 1,899", imageSrc: "http://img.b2bpic.net/free-photo/dining-table-with-sage-various-snacks_140725-3551.jpg", imageAlt: "Complete Family Feast Pack" + id: "6", name: "Family Feast Pack", price: "Rs. 1,899", imageSrc: "http://img.b2bpic.net/free-photo/dining-table-with-sage-various-snacks_140725-3551.jpg?_wi=1", imageAlt: "Complete Family Feast Pack" } ]} /> -- 2.49.1