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", }, ];