From 389b8b5fa52f25ad1855245ebc0a39de35345a77 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 12:34:22 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9aee8be..6320df3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -76,11 +76,11 @@ export default function LandingPage() { imageAlt: "Torta", }, { - imageSrc: "http://img.b2bpic.net/free-photo/mexican-food-concept-view_23-2148629375.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/mexican-food-concept-view_23-2148629375.jpg?_wi=1", imageAlt: "Street Tacos", }, { - imageSrc: "http://img.b2bpic.net/free-photo/bowl-guacamole-with-vegan-salad-pita-chips-blue-wooden-table-lights_181624-28234.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/bowl-guacamole-with-vegan-salad-pita-chips-blue-wooden-table-lights_181624-28234.jpg?_wi=1", imageAlt: "Tamales Plate", }, ]} @@ -118,7 +118,7 @@ export default function LandingPage() { price: "$12.00", rating: 5, reviewCount: "85", - imageSrc: "http://img.b2bpic.net/free-photo/mexican-food-concept-view_23-2148629375.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/mexican-food-concept-view_23-2148629375.jpg?_wi=2", }, { id: "2", @@ -136,7 +136,7 @@ export default function LandingPage() { price: "$15.00", rating: 4, reviewCount: "45", - imageSrc: "http://img.b2bpic.net/free-photo/bowl-guacamole-with-vegan-salad-pita-chips-blue-wooden-table-lights_181624-28234.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/bowl-guacamole-with-vegan-salad-pita-chips-blue-wooden-table-lights_181624-28234.jpg?_wi=2", }, ]} title="Signature Dishes" -- 2.49.1