From 7e019858a16976c2dc6b62d66708431809762665 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 27 May 2026 01:52:59 +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 6648747..8366d35 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -78,11 +78,11 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/delicious-traditional-tacos-arrangement_23-2150799507.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/delicious-traditional-tacos-arrangement_23-2150799507.jpg?_wi=1", imageAlt: "Outdoor riverfront dining at Boathouse Cantina", }, { - imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-vegetable-salad-dark-surface_140725-88391.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-vegetable-salad-dark-surface_140725-88391.jpg?_wi=1", imageAlt: "Gourmet burger and fries", }, { @@ -206,7 +206,7 @@ export default function LandingPage() { description: "Our team is dedicated to providing warm hospitality and exceptional service to make your visit enjoyable.", bentoComponent: "reveal-icon", icon: Smile, - imageSrc: "http://img.b2bpic.net/free-photo/delicious-traditional-tacos-arrangement_23-2150799507.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/delicious-traditional-tacos-arrangement_23-2150799507.jpg?_wi=2", imageAlt: "Delicious tacos on plate arrangement", }, { @@ -214,7 +214,7 @@ export default function LandingPage() { description: "Enjoy the energetic buzz of Salida, often accompanied by live music and community events.", bentoComponent: "reveal-icon", icon: Music, - imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-vegetable-salad-dark-surface_140725-88391.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-vegetable-salad-dark-surface_140725-88391.jpg?_wi=2", imageAlt: "Delicious tacos on plate arrangement", }, ]} -- 2.49.1