From d87cedb612fed05eab9b8eb062be24041f082cc2 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 19 Mar 2026 11:42:07 +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 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" -- 2.49.1