From 37367e8a987ea500bf2680dcee86c077cf540f30 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 20:16:00 +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 3d4f37c..ab92735 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -154,42 +154,42 @@ export default function LandingPage() { name: "Chicken Tacos", price: "$12.00", variant: "Popular", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-tacos-row_23-2150830973.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-tacos-row_23-2150830973.jpg?_wi=1", }, { id: "2", name: "Loaded Fries", price: "$8.00", variant: "Signature", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-sweet-potato-fries-sauce_23-2148678822.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-sweet-potato-fries-sauce_23-2148678822.jpg?_wi=1", }, { id: "3", name: "Mojito Specials", price: "$7.50", variant: "Refreshment", - imageSrc: "http://img.b2bpic.net/free-photo/highend-craft-cocktail-isolated-black-background_181624-58688.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/highend-craft-cocktail-isolated-black-background_181624-58688.jpg?_wi=1", }, { id: "4", name: "Classic Wings", price: "$10.00", variant: "Crispy", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-tacos-row_23-2150830973.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-tacos-row_23-2150830973.jpg?_wi=2", }, { id: "5", name: "Vegan Bites", price: "$11.00", variant: "Healthy", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-sweet-potato-fries-sauce_23-2148678822.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-sweet-potato-fries-sauce_23-2148678822.jpg?_wi=2", }, { id: "6", name: "Spiced Tea", price: "$5.00", variant: "Classic", - imageSrc: "http://img.b2bpic.net/free-photo/highend-craft-cocktail-isolated-black-background_181624-58688.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/highend-craft-cocktail-isolated-black-background_181624-58688.jpg?_wi=2", }, ]} title="Signature Favorites"