From 8a6b5efe0c98080abc5767d1830bfbe9e7c964b3 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 21:57:53 +0000 Subject: [PATCH] Update src/app/showroom/page.tsx --- src/app/showroom/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/showroom/page.tsx b/src/app/showroom/page.tsx index d132042..298ba46 100644 --- a/src/app/showroom/page.tsx +++ b/src/app/showroom/page.tsx @@ -85,21 +85,21 @@ export default function ShowroomPage() { id: "01", title: "Extensive Sample Collection", description: "View hundreds of granite, quartz, marble, and porcelain samples in natural lighting.", - imageSrc: "http://img.b2bpic.net/free-photo/backdrop-decor-tracery-tile-texture_1253-849.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/backdrop-decor-tracery-tile-texture_1253-849.jpg?_wi=4", imageAlt: "Stone sample collection", }, { id: "02", title: "Expert Consultations", description: "Our experienced team is available to discuss your project, offer design advice, and provide free quotes.", - imageSrc: "http://img.b2bpic.net/free-photo/business-meeting-cafe_53876-15162.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/business-meeting-cafe_53876-15162.jpg?_wi=3", imageAlt: "Expert consultation area", }, { id: "03", title: "CAD Design Services", description: "Visualize your worktop design with our advanced CAD technology before fabrication.", - imageSrc: "http://img.b2bpic.net/free-photo/center-cooktop-blue-modules-stone-backdrop_169016-69293.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/center-cooktop-blue-modules-stone-backdrop_169016-69293.jpg?_wi=3", imageAlt: "Design consultation", }, ]}