diff --git a/src/app/page.tsx b/src/app/page.tsx index 57bcc06..a9c3536 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -70,15 +70,15 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/empty-art-craft-workshop-with-rustic-beautiful-painting-canvas_482257-124741.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/empty-art-craft-workshop-with-rustic-beautiful-painting-canvas_482257-124741.jpg?_wi=1", imageAlt: "abstract painting expressive color", }, { - imageSrc: "http://img.b2bpic.net/free-photo/woman-taking-disposable-gloves-from-box_53876-163223.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-taking-disposable-gloves-from-box_53876-163223.jpg?_wi=1", imageAlt: "sculpture installation modern art", }, { - imageSrc: "http://img.b2bpic.net/free-photo/rear-view-woman-painting-messy-canvas-workshop_23-2148117933.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/rear-view-woman-painting-messy-canvas-workshop_23-2148117933.jpg?_wi=1", imageAlt: "colorful abstract canvas art", }, { @@ -99,7 +99,7 @@ export default function LandingPage() { useInvertedBackground={true} title="About Our Space" description="Located inside the iconic Bay Harbour Market in Hout Bay, WhoSoxs Art Gallery is a dedicated creative space designed to showcase the vibrant and unique voices of local artists." - imageSrc="http://img.b2bpic.net/free-photo/close-up-blue-yellow-watercolor-texture-stain-wallpaper_23-2148079219.jpg" + imageSrc="http://img.b2bpic.net/free-photo/close-up-blue-yellow-watercolor-texture-stain-wallpaper_23-2148079219.jpg?_wi=1" imageAlt="abstract art painting close up" /> @@ -216,7 +216,7 @@ export default function LandingPage() { role: "Tourist", company: "UK", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-blue-yellow-watercolor-texture-stain-wallpaper_23-2148079219.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-blue-yellow-watercolor-texture-stain-wallpaper_23-2148079219.jpg?_wi=2", imageAlt: "art gallery interior minimal white", }, { @@ -225,7 +225,7 @@ export default function LandingPage() { role: "Artist", company: "Cape Town", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/empty-art-craft-workshop-with-rustic-beautiful-painting-canvas_482257-124741.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/empty-art-craft-workshop-with-rustic-beautiful-painting-canvas_482257-124741.jpg?_wi=2", imageAlt: "art gallery interior minimal white", }, { @@ -234,7 +234,7 @@ export default function LandingPage() { role: "Visitor", company: "Johannesburg", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/woman-taking-disposable-gloves-from-box_53876-163223.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-taking-disposable-gloves-from-box_53876-163223.jpg?_wi=2", imageAlt: "art gallery interior minimal white", }, { @@ -243,7 +243,7 @@ export default function LandingPage() { role: "Curator", company: "Designer", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/rear-view-woman-painting-messy-canvas-workshop_23-2148117933.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/rear-view-woman-painting-messy-canvas-workshop_23-2148117933.jpg?_wi=2", imageAlt: "art gallery interior minimal white", }, ]}