From ef9ef91551e8571434a1fa8a093a873e5bf08f8d Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 03:16:20 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 67a113a..c149f3a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -52,7 +52,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/portrait-modern-woman-home_23-2148115548.jpg", imageAlt: "Modern cabinetry showcase" }, { - imageSrc: "http://img.b2bpic.net/free-photo/modern-couple-kitchen_23-2148115497.jpg", imageAlt: "Kitchen cabinet installation" + imageSrc: "http://img.b2bpic.net/free-photo/modern-couple-kitchen_23-2148115497.jpg?_wi=1", imageAlt: "Kitchen cabinet installation" } ]} rating={5} @@ -74,7 +74,7 @@ export default function LandingPage() { tagIcon={Image} products={[ { - id: "1", name: "Contemporary Kitchen Set", price: "Custom Quote", imageSrc: "http://img.b2bpic.net/free-photo/modern-couple-kitchen_23-2148115497.jpg", imageAlt: "Contemporary kitchen cabinetry" + id: "1", name: "Contemporary Kitchen Set", price: "Custom Quote", imageSrc: "http://img.b2bpic.net/free-photo/modern-couple-kitchen_23-2148115497.jpg?_wi=2", imageAlt: "Contemporary kitchen cabinetry" }, { id: "2", name: "Luxury Bathroom Vanity", price: "Custom Quote", imageSrc: "http://img.b2bpic.net/free-photo/part-interior-kitchen-black-modern-minimalism_169016-20012.jpg", imageAlt: "Bathroom vanity cabinet" -- 2.49.1