diff --git a/src/app/page.tsx b/src/app/page.tsx index 7293362..6ef4322 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -79,13 +79,13 @@ export default function PureRootPage() { tagAnimation="reveal-blur" products={[ { - id: "lavender-pure", name: "Lavender Pure", price: "$24.99", imageSrc: "http://img.b2bpic.net/free-photo/herbal-therapy-products-assortment_23-2149339731.jpg", imageAlt: "Lavender Pure essential oil" + id: "lavender-pure", name: "Lavender Pure", price: "$24.99", imageSrc: "http://img.b2bpic.net/free-photo/herbal-therapy-products-assortment_23-2149339731.jpg?_wi=1", imageAlt: "Lavender Pure essential oil" }, { - id: "eucalyptus-breath", name: "Eucalyptus Breath", price: "$22.99", imageSrc: "http://img.b2bpic.net/free-photo/herbal-therapy-products-assortment_23-2149339731.jpg", imageAlt: "Eucalyptus Breath essential oil" + id: "eucalyptus-breath", name: "Eucalyptus Breath", price: "$22.99", imageSrc: "http://img.b2bpic.net/free-photo/herbal-therapy-products-assortment_23-2149339731.jpg?_wi=2", imageAlt: "Eucalyptus Breath essential oil" }, { - id: "rose-harmony", name: "Rose Harmony", price: "$28.99", imageSrc: "http://img.b2bpic.net/free-photo/herbal-therapy-products-assortment_23-2149339731.jpg", imageAlt: "Rose Harmony essential oil" + id: "rose-harmony", name: "Rose Harmony", price: "$28.99", imageSrc: "http://img.b2bpic.net/free-photo/herbal-therapy-products-assortment_23-2149339731.jpg?_wi=3", imageAlt: "Rose Harmony essential oil" } ]} gridVariant="three-columns-all-equal-width"