diff --git a/src/app/page.tsx b/src/app/page.tsx index 96ba0de..184c6cd 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -57,11 +57,11 @@ export default function LandingPage() { description="Experience curated cannabis selections in an elevated, minimalist environment." mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/cannabis-plant_1150-19464.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cannabis-plant_1150-19464.jpg?_wi=1", imageAlt: "Cannabis macro shot", }, { - imageSrc: "http://img.b2bpic.net/free-photo/front-view-glass-jar-with-baby-carrots-preserving_23-2148738040.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-glass-jar-with-baby-carrots-preserving_23-2148738040.jpg?_wi=1", imageAlt: "Glass packaging", }, { @@ -158,7 +158,7 @@ export default function LandingPage() { description: "Discreet and professional transit.", bentoComponent: "reveal-icon", icon: Truck, - imageSrc: "http://img.b2bpic.net/free-photo/cannabis-plant_1150-19464.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cannabis-plant_1150-19464.jpg?_wi=2", imageAlt: "Cannabis marijuana leaf closeup", }, { @@ -166,7 +166,7 @@ export default function LandingPage() { description: "Guided by seasoned botanical curators.", bentoComponent: "reveal-icon", icon: Users, - imageSrc: "http://img.b2bpic.net/free-photo/front-view-glass-jar-with-baby-carrots-preserving_23-2148738040.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-glass-jar-with-baby-carrots-preserving_23-2148738040.jpg?_wi=2", imageAlt: "Cannabis marijuana leaf closeup", }, ]}