From 9dc5013a452e1dc6ebe5ecfdd8c85c19282fe61a Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 1 May 2026 02:50:14 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 68cd39b..0c9c9e3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -70,7 +70,7 @@ export default function LandingPage() { handle: "@alessia_foodie", testimonial: "The best dough I have had outside of Naples. Absolutely incredible flavor!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/top-view-valentines-day-assortment-with-pizza-copy-space_23-2148392056.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-valentines-day-assortment-with-pizza-copy-space_23-2148392056.jpg?_wi=1", imageAlt: "fresh wood fired pizza professional food photography", }, { @@ -78,7 +78,7 @@ export default function LandingPage() { handle: "@mv_pizza", testimonial: "Crispy, charred, and perfectly balanced. My weekly go-to for dinner.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/national-qutab-with-sumakh-other-spices_114579-2393.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/national-qutab-with-sumakh-other-spices_114579-2393.jpg?_wi=1", imageAlt: "fresh wood fired pizza professional food photography", }, { @@ -86,7 +86,7 @@ export default function LandingPage() { handle: "@elena_d", testimonial: "Exceptional ingredients and friendly service. Highly recommend the truffle mushroom pizza.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/margherita-pizza-served-with-basil-leaves_140725-7974.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/margherita-pizza-served-with-basil-leaves_140725-7974.jpg?_wi=1", imageAlt: "fresh wood fired pizza professional food photography", }, { @@ -94,7 +94,7 @@ export default function LandingPage() { handle: "@julian_pizza", testimonial: "The sauce has that perfect tang, truly authentic Italian style.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/view-delicious-pizza-with-pepperoni_23-2149235630.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/view-delicious-pizza-with-pepperoni_23-2149235630.jpg?_wi=1", imageAlt: "fresh wood fired pizza professional food photography", }, { @@ -102,11 +102,11 @@ export default function LandingPage() { handle: "@sophie_eats", testimonial: "Warm, welcoming, and the most delicious pepperoni I've ever tasted.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-pizza-with-onions_23-2149298079.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-pizza-with-onions_23-2149298079.jpg?_wi=1", imageAlt: "fresh wood fired pizza professional food photography", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/top-view-valentines-day-assortment-with-pizza-copy-space_23-2148392056.jpg" + imageSrc="http://img.b2bpic.net/free-photo/top-view-valentines-day-assortment-with-pizza-copy-space_23-2148392056.jpg?_wi=2" avatars={[ { src: "http://img.b2bpic.net/free-photo/attractive-hipster-dressed-leather-jacket-eating-vegan-burger_613910-16395.jpg", @@ -178,21 +178,21 @@ export default function LandingPage() { name: "Margherita", price: "$16", variant: "Classic", - imageSrc: "http://img.b2bpic.net/free-photo/margherita-pizza-served-with-basil-leaves_140725-7974.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/margherita-pizza-served-with-basil-leaves_140725-7974.jpg?_wi=2", }, { id: "p2", name: "Pepperoni", price: "$18", variant: "Spicy", - imageSrc: "http://img.b2bpic.net/free-photo/view-delicious-pizza-with-pepperoni_23-2149235630.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/view-delicious-pizza-with-pepperoni_23-2149235630.jpg?_wi=2", }, { id: "p3", name: "Veggie Delight", price: "$17", variant: "Healthy", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-pizza-with-onions_23-2149298079.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-pizza-with-onions_23-2149298079.jpg?_wi=2", }, { id: "p4", @@ -231,7 +231,7 @@ export default function LandingPage() { { title: "48-Hour Fermentation", description: "Our dough takes two days to proof, ensuring a light and airy structure.", - imageSrc: "http://img.b2bpic.net/free-photo/national-qutab-with-sumakh-other-spices_114579-2393.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/national-qutab-with-sumakh-other-spices_114579-2393.jpg?_wi=2", }, { title: "Local Ingredients", -- 2.49.1