From f7a376476c43aa049088a1c60f5de4e9e4f015b2 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 8 Apr 2026 02:33: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 48ff303..b055d8f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -114,42 +114,42 @@ export default function LandingPage() { id: "p1", name: "Revolution", price: "$18", - imageSrc: "http://img.b2bpic.net/free-photo/tasty-pizza-table_23-2148570393.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/tasty-pizza-table_23-2148570393.jpg?_wi=1", imageAlt: "Revolution Flatbread", }, { id: "p2", name: "Medicine Wheel", price: "$19", - imageSrc: "http://img.b2bpic.net/free-photo/tasty-pizza-table_23-2148570393.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/tasty-pizza-table_23-2148570393.jpg?_wi=2", imageAlt: "Medicine Wheel Flatbread", }, { id: "p3", name: "Homemade Sausage", price: "$20", - imageSrc: "http://img.b2bpic.net/free-photo/tasty-pizza-table_23-2148570393.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/tasty-pizza-table_23-2148570393.jpg?_wi=3", imageAlt: "Sausage Flatbread", }, { id: "p4", name: "New York Plain", price: "$16", - imageSrc: "http://img.b2bpic.net/free-photo/tasty-pizza-table_23-2148570393.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/tasty-pizza-table_23-2148570393.jpg?_wi=4", imageAlt: "New York Plain", }, { id: "p5", name: "Spinach & Mushroom", price: "$19", - imageSrc: "http://img.b2bpic.net/free-photo/tasty-pizza-table_23-2148570393.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/tasty-pizza-table_23-2148570393.jpg?_wi=5", imageAlt: "Spinach Flatbread", }, { id: "p6", name: "Roasted Peppers", price: "$18", - imageSrc: "http://img.b2bpic.net/free-photo/tasty-pizza-table_23-2148570393.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/tasty-pizza-table_23-2148570393.jpg?_wi=6", imageAlt: "Roasted Pepper Flatbread", }, ]} -- 2.49.1