From 6f427428844d0850816d70c3e582525c93ecb470 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 28 Mar 2026 11:07:30 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8753e09..ec7f5b4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -85,7 +85,7 @@ export default function LandingPage() { title: "Handcrafted Pizza", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/front-view-cooking-home-concept_23-2148595694.jpg" + imageSrc="http://img.b2bpic.net/free-photo/front-view-cooking-home-concept_23-2148595694.jpg?_wi=1" imageAlt="Our wood-fired oven" mediaAnimation="slide-up" metricsAnimation="slide-up" @@ -104,21 +104,21 @@ export default function LandingPage() { name: "Margherita", price: "€12.50", variant: "Classic", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-cooking-home-concept_23-2148595694.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-cooking-home-concept_23-2148595694.jpg?_wi=2", }, { id: "p2", name: "Diavola", price: "€14.00", variant: "Spicy", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-cooking-home-concept_23-2148595694.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-cooking-home-concept_23-2148595694.jpg?_wi=3", }, { id: "p3", name: "Quattro Formaggi", price: "€15.50", variant: "Cheesy", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-cooking-home-concept_23-2148595694.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-cooking-home-concept_23-2148595694.jpg?_wi=4", }, ]} title="Our Signature Pizzas" @@ -137,7 +137,7 @@ export default function LandingPage() { handle: "@sarahj", testimonial: "The best pizza in Gouda by far! Feels just like Italy.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/senior-woman-smiling-restaurant_23-2149316809.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/senior-woman-smiling-restaurant_23-2149316809.jpg?_wi=1", }, { id: "2", @@ -169,7 +169,7 @@ export default function LandingPage() { handle: "@elenav", testimonial: "An authentic Italian experience, the wood-fired flavor is unmatched!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/senior-woman-smiling-restaurant_23-2149316809.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/senior-woman-smiling-restaurant_23-2149316809.jpg?_wi=2", }, ]} showRating={true}