From d99a1d46ccc030a4fe39f6567d148ea147e56839 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 13 Mar 2026 19:56:58 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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" -- 2.49.1