diff --git a/src/app/page.tsx b/src/app/page.tsx index b656059..088a14b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -46,9 +46,9 @@ export default function HomePage() { background={{ variant: "plain" }} mediaItems={[ { - imageSrc: "https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?w=800&q=80", imageAlt: "Professional male photographer portrait studio"}, + imageSrc: "https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?w=800&q=80&_wi=1", imageAlt: "Professional male photographer portrait studio"}, { - imageSrc: "https://images.unsplash.com/photo-1502920917128-1aa500764cbd?w=800&q=80", imageAlt: "Professional event photography male photographer at work"}, + imageSrc: "https://images.unsplash.com/photo-1502920917128-1aa500764cbd?w=800&q=80&_wi=1", imageAlt: "Professional event photography male photographer at work"}, ]} rating={5} ratingText="Capturing authentic moments" @@ -65,11 +65,11 @@ export default function HomePage() {