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", }, ]}