From 106df3e34ac45164b53dc370935c298c5967a649 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 16:39:22 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 89207ee..ebd48d1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -46,11 +46,11 @@ export default function LandingPage() { tagIcon={MapPin} background={{ variant: "radial-gradient" }} mediaItems={[ - { imageSrc: "http://img.b2bpic.net/free-photo/young-asian-woman-holding-soup-with-beef_1220-7922.jpg", imageAlt: "Fresh Asian and Italian meals at Fresh Cooking restaurant" }, - { imageSrc: "http://img.b2bpic.net/free-photo/delicious-oysters-noodles-meal_23-2148771292.jpg", imageAlt: "Authentic Thai Pad Thai noodles dish" }, + { imageSrc: "http://img.b2bpic.net/free-photo/young-asian-woman-holding-soup-with-beef_1220-7922.jpg?_wi=1", imageAlt: "Fresh Asian and Italian meals at Fresh Cooking restaurant" }, + { imageSrc: "http://img.b2bpic.net/free-photo/delicious-oysters-noodles-meal_23-2148771292.jpg?_wi=1", imageAlt: "Authentic Thai Pad Thai noodles dish" }, { imageSrc: "http://img.b2bpic.net/free-photo/delicious-pasta-plate_23-2150690745.jpg", imageAlt: "Italian pasta carbonara dish" }, { imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-perfect-long-rice-brown-bowls-nude-color-towel-eggs-garlics-peppers-dark-table_140725-158153.jpg", imageAlt: "Asian rice bowl with vegetables" }, - { imageSrc: "http://img.b2bpic.net/free-photo/delicious-oysters-noodles-meal_23-2148771292.jpg", imageAlt: "Restaurant quality Asian noodles" } + { imageSrc: "http://img.b2bpic.net/free-photo/delicious-oysters-noodles-meal_23-2148771292.jpg?_wi=2", imageAlt: "Restaurant quality Asian noodles" } ]} buttons={[ { text: "Order Online", href: "contact" }, @@ -94,13 +94,13 @@ export default function LandingPage() {