From f7500603ba507f922ea006721e471ac56a6ea293 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 23 Mar 2026 17:22:35 +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 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", }, ], -- 2.49.1