From 3c531494fb3c54e6128420563da64ac3f769c85d Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 22 Apr 2026 16:42:40 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c986235..a9cb408 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -66,7 +66,7 @@ export default function LandingPage() { href: "#reservations", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/small-homemade-pizzas-fresh-with-basil_114579-20490.jpg" + imageSrc="http://img.b2bpic.net/free-photo/small-homemade-pizzas-fresh-with-basil_114579-20490.jpg?_wi=1" imageAlt="Wood fired pizza" showBlur={true} textPosition="bottom" @@ -107,7 +107,7 @@ export default function LandingPage() { id: "p1", name: "Fred the Red", price: "₹595", - imageSrc: "http://img.b2bpic.net/free-photo/view-pizza-toppings-arrangement_23-2148601633.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/view-pizza-toppings-arrangement_23-2148601633.jpg?_wi=1", }, { id: "p2", @@ -189,7 +189,7 @@ export default function LandingPage() { description: "Farm-to-table produce and imported cheese.", bentoComponent: "reveal-icon", icon: Leaf, - imageSrc: "http://img.b2bpic.net/free-photo/small-homemade-pizzas-fresh-with-basil_114579-20490.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/small-homemade-pizzas-fresh-with-basil_114579-20490.jpg?_wi=2", imageAlt: "Top view delicious mushroom pizza with cheese olives and tomatoes on the dark surface pizza italy meal dough food", }, { @@ -197,7 +197,7 @@ export default function LandingPage() { description: "Atmosphere matched only by our speed.", bentoComponent: "reveal-icon", icon: Clock, - imageSrc: "http://img.b2bpic.net/free-photo/view-pizza-toppings-arrangement_23-2148601633.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/view-pizza-toppings-arrangement_23-2148601633.jpg?_wi=2", imageAlt: "Top view delicious mushroom pizza with cheese olives and tomatoes on the dark surface pizza italy meal dough food", }, ]} -- 2.49.1