From f3792e8fabdb187a4d34cddb9d86a581f5c15ce8 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 11 May 2026 01:49:33 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a3a73df..0e8432f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -64,7 +64,7 @@ export default function LandingPage() { href: "#featured", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/top-view-woman-hand-put-topping-homemade-pizza_1150-4700.jpg" + imageSrc="http://img.b2bpic.net/free-photo/top-view-woman-hand-put-topping-homemade-pizza_1150-4700.jpg?_wi=1" imageAlt="Cheese pull slow motion" /> @@ -80,7 +80,7 @@ export default function LandingPage() { id: "1", name: "Pudgie B Pizza", price: "$28", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-pizza-cheese-ham-vintage-wooden-table_1150-4696.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-pizza-cheese-ham-vintage-wooden-table_1150-4696.jpg?_wi=1", imageAlt: "Signature pizza", }, { @@ -94,7 +94,7 @@ export default function LandingPage() { id: "3", name: "Wings & Fries", price: "$18", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-fried-chicken-parts-plate-with-cutlery_23-2148646665.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-fried-chicken-parts-plate-with-cutlery_23-2148646665.jpg?_wi=1", imageAlt: "Wings plate", }, { @@ -115,7 +115,7 @@ export default function LandingPage() { id: "6", name: "Classic Calzone", price: "$15", - imageSrc: "http://img.b2bpic.net/free-photo/slices-italian-pizza-with-utensils-ingredients-black-kitchen-worktop_23-2148076119.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/slices-italian-pizza-with-utensils-ingredients-black-kitchen-worktop_23-2148076119.jpg?_wi=1", imageAlt: "Classic calzone", }, ]} @@ -154,7 +154,7 @@ export default function LandingPage() { name: "Michael R.", role: "Local Regular", testimonial: "Best pizza joint in Denver, hands down.", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-woman-hand-put-topping-homemade-pizza_1150-4700.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-woman-hand-put-topping-homemade-pizza_1150-4700.jpg?_wi=2", imageAlt: "neon sign pizza shop", }, { @@ -162,7 +162,7 @@ export default function LandingPage() { name: "David T.", role: "Game Day Fan", testimonial: "Wings were the surprise winner. Incredible flavor.", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-pizza-cheese-ham-vintage-wooden-table_1150-4696.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-pizza-cheese-ham-vintage-wooden-table_1150-4696.jpg?_wi=2", imageAlt: "neon sign pizza shop", }, { @@ -170,7 +170,7 @@ export default function LandingPage() { name: "Emily C.", role: "DTC Resident", testimonial: "Pudge Bros is the vibe. Unreal quality.", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-fried-chicken-parts-plate-with-cutlery_23-2148646665.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-fried-chicken-parts-plate-with-cutlery_23-2148646665.jpg?_wi=2", imageAlt: "neon sign pizza shop", }, { @@ -178,7 +178,7 @@ export default function LandingPage() { name: "Tom B.", role: "Late Night Snacker", testimonial: "Always open, always loud, always fire.", - imageSrc: "http://img.b2bpic.net/free-photo/slices-italian-pizza-with-utensils-ingredients-black-kitchen-worktop_23-2148076119.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/slices-italian-pizza-with-utensils-ingredients-black-kitchen-worktop_23-2148076119.jpg?_wi=2", imageAlt: "neon sign pizza shop", }, ]} -- 2.49.1