diff --git a/src/app/page.tsx b/src/app/page.tsx index a5a6aa2..da8cc2c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -68,7 +68,7 @@ export default function LandingPage() { carouselItems={[ { id: "1", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-science-concept_23-2148623678.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-science-concept_23-2148623678.jpg?_wi=1", imageAlt: "Laboratory research environment", }, { @@ -124,7 +124,7 @@ export default function LandingPage() { title: "Lab Tested Purity", description: "Every batch undergoes rigorous 3rd party testing to ensure maximum potency and safety standards.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-science-concept_23-2148623678.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-science-concept_23-2148623678.jpg?_wi=2", imageAlt: "Lab tested purity", }, items: [ @@ -142,7 +142,7 @@ export default function LandingPage() { }, ], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-science-concept_23-2148623678.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-science-concept_23-2148623678.jpg?_wi=3", imageAlt: "scientific lab glass vials modern", }, ]}