From 8db31857c6f7c0e78ba4eaf2877d7b6c6f5d84f5 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 17:15:09 +0000 Subject: [PATCH] Update src/app/products/page.tsx --- src/app/products/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/products/page.tsx b/src/app/products/page.tsx index b9f597c..58020e0 100644 --- a/src/app/products/page.tsx +++ b/src/app/products/page.tsx @@ -51,7 +51,7 @@ export default function ProductsPage() { tagIcon={Sparkles} textboxLayout="default" useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/empty-lounge-area-hotel-lobby_482257-78142.jpg" + imageSrc="http://img.b2bpic.net/free-photo/empty-lounge-area-hotel-lobby_482257-78142.jpg?_wi=4" imageAlt="Lifestyle Home premium furniture showroom" mediaAnimation="slide-up" imagePosition="right" @@ -100,7 +100,7 @@ export default function ProductsPage() { name: "Modern Living Room Suite", price: "From R25,000", imageSrc: - "http://img.b2bpic.net/free-photo/view-modern-futuristic-work-space-with-furniture_23-2151797718.jpg", + "http://img.b2bpic.net/free-photo/view-modern-futuristic-work-space-with-furniture_23-2151797718.jpg?_wi=5", imageAlt: "Contemporary modular living room furniture", initialQuantity: 1, }, @@ -109,7 +109,7 @@ export default function ProductsPage() { name: "Luxury Bedroom Collection", price: "From R35,000", imageSrc: - "http://img.b2bpic.net/free-photo/stylish-modern-bedroom-with-wooden-paneling_23-2151995366.jpg", + "http://img.b2bpic.net/free-photo/stylish-modern-bedroom-with-wooden-paneling_23-2151995366.jpg?_wi=3", imageAlt: "Premium custom bedroom furniture set", initialQuantity: 1, }, @@ -118,7 +118,7 @@ export default function ProductsPage() { name: "Executive Office Setup", price: "From R15,000", imageSrc: - "http://img.b2bpic.net/free-photo/modern-hotel-lobby-with-hallway-office-lounge-room_1262-12372.jpg", + "http://img.b2bpic.net/free-photo/modern-hotel-lobby-with-hallway-office-lounge-room_1262-12372.jpg?_wi=4", imageAlt: "Professional office furniture solution", initialQuantity: 1, }, @@ -178,7 +178,7 @@ export default function ProductsPage() { {/* Footer */}