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", }, ]}