diff --git a/src/app/page.tsx b/src/app/page.tsx index 4c9f84c..971ce27 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -103,11 +103,11 @@ export default function LandingPage() { icon: Smile, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/white-green-striped-ceramic-mug-table_417767-306.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/white-green-striped-ceramic-mug-table_417767-306.jpg?_wi=1", imageAlt: "Cozy restaurant interior", }, { - imageSrc: "http://img.b2bpic.net/free-photo/drink-preparation-items-tray_23-2150494220.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/drink-preparation-items-tray_23-2150494220.jpg?_wi=1", imageAlt: "Attentive waiter serving food", }, ], @@ -118,11 +118,11 @@ export default function LandingPage() { icon: Users, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/drink-preparation-items-tray_23-2150494220.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/drink-preparation-items-tray_23-2150494220.jpg?_wi=2", imageAlt: "Happy customers dining", }, { - imageSrc: "http://img.b2bpic.net/free-photo/white-green-striped-ceramic-mug-table_417767-306.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/white-green-striped-ceramic-mug-table_417767-306.jpg?_wi=2", imageAlt: "Restaurant patio", }, ],