From 6295a85ea257d719f9cd24760dfb993ff9a6d379 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 18:42:57 +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 61757cb..9327020 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -143,10 +143,10 @@ export default function HomePage() { mediaItems: [ { imageSrc: - "https://images.unsplash.com/photo-1552664730-d307ca884978?w=800&q=80", imageAlt: "Creative brainstorming session"}, + "https://images.unsplash.com/photo-1552664730-d307ca884978?w=800&q=80&_wi=1", imageAlt: "Creative brainstorming session"}, { imageSrc: - "https://images.unsplash.com/photo-1552664730-d307ca884978?w=800&q=80", imageAlt: "Creative planning and strategy"}, + "https://images.unsplash.com/photo-1552664730-d307ca884978?w=800&q=80&_wi=2", imageAlt: "Creative planning and strategy"}, ], }, ]} -- 2.49.1