diff --git a/src/app/page.tsx b/src/app/page.tsx index 1e95037..27e0961 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -163,13 +163,13 @@ export default function LandingPage() { animationType="opacity" products={[ { - id: "1", name: "Loose Leaf Tea Blends", price: "$9.99", imageSrc: "http://img.b2bpic.net/free-photo/antiques-market-objects-assortment_23-2148950950.jpg", imageAlt: "Specialty loose leaf tea blends sourced locally" + id: "1", name: "Loose Leaf Tea Blends", price: "$9.99", imageSrc: "http://img.b2bpic.net/free-photo/antiques-market-objects-assortment_23-2148950950.jpg?_wi=1", imageAlt: "Specialty loose leaf tea blends sourced locally" }, { - id: "2", name: "Local Gifts", price: "$15.99", imageSrc: "http://img.b2bpic.net/free-photo/antiques-market-objects-assortment_23-2148950950.jpg", imageAlt: "Handcrafted local gifts and artisan items" + id: "2", name: "Local Gifts", price: "$15.99", imageSrc: "http://img.b2bpic.net/free-photo/antiques-market-objects-assortment_23-2148950950.jpg?_wi=2", imageAlt: "Handcrafted local gifts and artisan items" }, { - id: "3", name: "Unique Finds", price: "$12.99", imageSrc: "http://img.b2bpic.net/free-photo/antiques-market-objects-assortment_23-2148950950.jpg", imageAlt: "One-of-a-kind gifts and home décor items" + id: "3", name: "Unique Finds", price: "$12.99", imageSrc: "http://img.b2bpic.net/free-photo/antiques-market-objects-assortment_23-2148950950.jpg?_wi=3", imageAlt: "One-of-a-kind gifts and home décor items" } ]} ariaLabel="Gift shop items and merchandise"