diff --git a/src/app/divisions/page.tsx b/src/app/divisions/page.tsx index 41a8fd3..4a8bc10 100644 --- a/src/app/divisions/page.tsx +++ b/src/app/divisions/page.tsx @@ -49,17 +49,17 @@ export default function LandingPage() { { title: "CNS", description: "Focused on neurological health solutions.", - imageSrc: "http://img.b2bpic.net/free-photo/brain-booster-pills-container-still-life_23-2150760041.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/brain-booster-pills-container-still-life_23-2150760041.jpg?_wi=1", }, { title: "Nephroscience", description: "Advanced renal care products.", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-pill-blister_23-2148021483.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-pill-blister_23-2148021483.jpg?_wi=1", }, { title: "Nutrition", description: "High-quality supplements for overall wellbeing.", - imageSrc: "http://img.b2bpic.net/free-photo/spa-still-life-with-natural-elements_23-2148201367.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/spa-still-life-with-natural-elements_23-2148201367.jpg?_wi=1", }, ]} title="Our Therapeutic Focus" @@ -79,7 +79,7 @@ export default function LandingPage() { title: "Neurology", description: "Brain and CNS health.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/brain-booster-pills-container-still-life_23-2150760041.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/brain-booster-pills-container-still-life_23-2150760041.jpg?_wi=2", }, items: [ { @@ -88,14 +88,14 @@ export default function LandingPage() { }, ], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/horizontal-science-banner-with-glass-containers_23-2149495072.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/horizontal-science-banner-with-glass-containers_23-2149495072.jpg?_wi=2", imageAlt: "pharmaceutical laboratory clean background", }, { title: "Nephrology", description: "Kidney care focus.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/top-view-pill-blister_23-2148021483.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-pill-blister_23-2148021483.jpg?_wi=2", }, items: [ { @@ -104,7 +104,7 @@ export default function LandingPage() { }, ], reverse: true, - imageSrc: "http://img.b2bpic.net/free-photo/brain-booster-pills-container-still-life_23-2150760041.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/brain-booster-pills-container-still-life_23-2150760041.jpg?_wi=3", imageAlt: "nutritional supplement jar mockup", }, ]}