From e45bd7b001eef5f85c6be74abe47f01592f4e3ca Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 20:33:18 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1425500..688f0b9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -76,8 +76,8 @@ export default function LandingPage() { { title: "Main Courses", description: "Impressive dinner ideas ranging from quick weeknight meals to elaborate entertaining dishes.", icon: ChefHat, mediaItems: [ - { imageSrc: "http://img.b2bpic.net/free-photo/meat-rolls-with-herbs-sauce-glass-wine_140725-3451.jpg", imageAlt: "Main course dishes" }, - { imageSrc: "http://img.b2bpic.net/free-photo/meat-rolls-with-herbs-sauce-glass-wine_140725-3451.jpg", imageAlt: "Plated dinner" } + { imageSrc: "http://img.b2bpic.net/free-photo/meat-rolls-with-herbs-sauce-glass-wine_140725-3451.jpg?_wi=1", imageAlt: "Main course dishes" }, + { imageSrc: "http://img.b2bpic.net/free-photo/meat-rolls-with-herbs-sauce-glass-wine_140725-3451.jpg?_wi=2", imageAlt: "Plated dinner" } ] }, { -- 2.49.1