From e02b87f2b81655bc84acd86f1b98ef8dad757fa1 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 21:56:25 +0000 Subject: [PATCH] Update src/app/inspiration/page.tsx --- src/app/inspiration/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/inspiration/page.tsx b/src/app/inspiration/page.tsx index 5e27116..a1b5f35 100644 --- a/src/app/inspiration/page.tsx +++ b/src/app/inspiration/page.tsx @@ -60,21 +60,21 @@ export default function InspirationPage() { id: "1", name: "Premium Teak Lounge Set", price: "$2,499", - imageSrc: "http://img.b2bpic.net/free-photo/pillow-sofa_74190-6512.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/pillow-sofa_74190-6512.jpg?_wi=4", imageAlt: "Teak outdoor lounge furniture set", }, { id: "2", name: "Modern Fire Pit Pavilion", price: "$3,995", - imageSrc: "http://img.b2bpic.net/free-photo/rustic-patio-with-deck-furniture-vegetation_23-2150698348.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/rustic-patio-with-deck-furniture-vegetation_23-2150698348.jpg?_wi=4", imageAlt: "Contemporary outdoor fire pit with seating", }, { id: "3", name: "LED Ambient Lighting System", price: "$1,299", - imageSrc: "http://img.b2bpic.net/free-photo/garden-with-wooden-bench-plants_250224-84.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/garden-with-wooden-bench-plants_250224-84.jpg?_wi=4", imageAlt: "Outdoor LED lighting installation", }, ];