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