diff --git a/src/app/resources/page.tsx b/src/app/resources/page.tsx index 4bfb403..6365feb 100644 --- a/src/app/resources/page.tsx +++ b/src/app/resources/page.tsx @@ -59,8 +59,8 @@ export default function ResourcesPage() { description="Curated items for your healing space." products={[ { id: "prod-1", name: "Guided Meditation Pack", price: "$45", variant: "Digital", imageSrc: "http://img.b2bpic.net/free-photo/water-drop-background_23-2147787458.jpg" }, - { id: "prod-2", name: "Healing Journal", price: "$25", variant: "Physical", imageSrc: "http://img.b2bpic.net/free-photo/neutral-abstract-earth-tone-background_53876-104005.jpg" }, - { id: "prod-3", name: "Affirmation Cards", price: "$30", variant: "Physical", imageSrc: "http://img.b2bpic.net/free-photo/neutral-abstract-earth-tone-background_53876-104005.jpg" }, + { id: "prod-2", name: "Healing Journal", price: "$25", variant: "Physical", imageSrc: "http://img.b2bpic.net/free-photo/neutral-abstract-earth-tone-background_53876-104005.jpg?_wi=1" }, + { id: "prod-3", name: "Affirmation Cards", price: "$30", variant: "Physical", imageSrc: "http://img.b2bpic.net/free-photo/neutral-abstract-earth-tone-background_53876-104005.jpg?_wi=2" }, ]} />