From bad17440564c1539001e130fff01c5e6894541ce Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 27 Apr 2026 01:50:53 +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 3106837..677c3c7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -160,19 +160,19 @@ export default function LandingPage() { { title: "Farm-to-Table Ingredients", description: "Sourced daily from sustainable local farms for peak flavor.", - imageSrc: "http://img.b2bpic.net/free-photo/delicious-neapolitan-pizza-board_78826-3307.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/delicious-neapolitan-pizza-board_78826-3307.jpg?_wi=1", imageAlt: "Fresh ingredients", }, { title: "Authentic Wood-Fired Process", description: "Slow-fermented dough cooked in traditional stone ovens.", - imageSrc: "http://img.b2bpic.net/free-photo/baking-pizza-wood-fired-oven_23-2150134280.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/baking-pizza-wood-fired-oven_23-2150134280.jpg?_wi=1", imageAlt: "Wood fired oven", }, { title: "Mastery in Every Slice", description: "Hand-stretched technique perfected through generations.", - imageSrc: "http://img.b2bpic.net/free-photo/delicious-traditional-pizza-assortment_23-2148921316.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/delicious-traditional-pizza-assortment_23-2148921316.jpg?_wi=1", imageAlt: "Pizza craft", }, ]} @@ -299,7 +299,7 @@ export default function LandingPage() { quote: "An unforgettable dining experience.", tag: "Wonderful", avatarSrc: "http://img.b2bpic.net/free-photo/positive-smiling-woman-with-collected-hair-wearing-white-shirt_291650-656.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/delicious-neapolitan-pizza-board_78826-3307.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/delicious-neapolitan-pizza-board_78826-3307.jpg?_wi=2", imageAlt: "happy customer eating pizza restaurant", }, { @@ -310,7 +310,7 @@ export default function LandingPage() { quote: "True artisanal craft in every single bite.", tag: "5 Stars", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-friends-dining-out_23-2149212186.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/baking-pizza-wood-fired-oven_23-2150134280.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/baking-pizza-wood-fired-oven_23-2150134280.jpg?_wi=2", imageAlt: "happy customer eating pizza restaurant", }, { @@ -321,7 +321,7 @@ export default function LandingPage() { quote: "A true gem of our neighborhood.", tag: "Excellent", avatarSrc: "http://img.b2bpic.net/free-photo/low-angle-friends-having-laugh_23-2148395406.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/delicious-traditional-pizza-assortment_23-2148921316.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/delicious-traditional-pizza-assortment_23-2148921316.jpg?_wi=2", imageAlt: "happy customer eating pizza restaurant", }, ]} -- 2.49.1