From f235b2940110c71ea49ae9f8e5d31dcd00df986d Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 12 Jun 2026 21:01:27 +0000 Subject: [PATCH] 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 0f495fc..7e6036d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -90,7 +90,7 @@ export default function LandingPage() { href: "#menu", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/sauces-near-pizza_23-2147772094.jpg" + imageSrc="http://img.b2bpic.net/free-photo/sauces-near-pizza_23-2147772094.jpg?_wi=1" imageAlt="Delicious stone-baked pizza with fresh ingredients" mediaAnimation="reveal-blur" avatars={[ @@ -164,7 +164,7 @@ export default function LandingPage() { imageAlt: "Pizza being put into a wood-fired oven", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/sauces-near-pizza_23-2147772094.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/sauces-near-pizza_23-2147772094.jpg?_wi=2", imageAlt: "Chef preparing pizza dough", }, { @@ -181,7 +181,7 @@ export default function LandingPage() { imageAlt: "Chef garnishing a pasta dish", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/front-view-pizza-with-cheese-brown-round-wooden-desk-dark-surface_140725-14476.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-pizza-with-cheese-brown-round-wooden-desk-dark-surface_140725-14476.jpg?_wi=1", imageAlt: "Chef preparing pizza dough", }, { @@ -198,7 +198,7 @@ export default function LandingPage() { imageAlt: "Basket of fresh locally sourced vegetables", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/world-cuisine-with-delicious-food_23-2151890014.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/world-cuisine-with-delicious-food_23-2151890014.jpg?_wi=1", imageAlt: "Chef preparing pizza dough", }, { @@ -215,7 +215,7 @@ export default function LandingPage() { imageAlt: "Warm and cozy restaurant dining area", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/top-view-raw-chicken-skewers-natural-wood-board-vegetables-spices-dark-table_140725-147597.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-raw-chicken-skewers-natural-wood-board-vegetables-spices-dark-table_140725-147597.jpg?_wi=1", imageAlt: "Chef preparing pizza dough", }, ]} @@ -235,21 +235,21 @@ export default function LandingPage() { id: "margherita", name: "Margherita Pizza", price: "£9.99", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-pizza-with-cheese-brown-round-wooden-desk-dark-surface_140725-14476.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-pizza-with-cheese-brown-round-wooden-desk-dark-surface_140725-14476.jpg?_wi=2", imageAlt: "Classic Margherita pizza", }, { id: "pepperoni", name: "Pepperoni Pizza", price: "£11.99", - imageSrc: "http://img.b2bpic.net/free-photo/world-cuisine-with-delicious-food_23-2151890014.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/world-cuisine-with-delicious-food_23-2151890014.jpg?_wi=2", imageAlt: "Spicy Pepperoni pizza", }, { id: "mixed-grill", name: "Mixed Grill Platter", price: "£18.99", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-raw-chicken-skewers-natural-wood-board-vegetables-spices-dark-table_140725-147597.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-raw-chicken-skewers-natural-wood-board-vegetables-spices-dark-table_140725-147597.jpg?_wi=2", imageAlt: "Assorted grilled meats platter", }, { -- 2.49.1