From 3b97c2679f0d146c13dcd75f8f36e66b819c114b Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 17:42:07 +0000 Subject: [PATCH] Update src/app/services/page.tsx --- src/app/services/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index 453dc69..10cf7ad 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -49,8 +49,8 @@ export default function ServicesPage() { description: "Transform your kitchen with bespoke cabinetry and furniture. We combine functionality with elegant design, offering premium materials and smart storage solutions.", icon: UtensilsCrossed, mediaItems: [ - { imageSrc: "http://img.b2bpic.net/free-photo/woman-man-working-laptop-home-modern-kitchen_651396-3535.jpg", imageAlt: "Custom kitchen cabinetry" }, - { imageSrc: "http://img.b2bpic.net/free-photo/man-using-traditional-crafting-process-shape-wooden-pieces_482257-97739.jpg", imageAlt: "Professional kitchen installation" } + { imageSrc: "http://img.b2bpic.net/free-photo/woman-man-working-laptop-home-modern-kitchen_651396-3535.jpg?_wi=6", imageAlt: "Custom kitchen cabinetry" }, + { imageSrc: "http://img.b2bpic.net/free-photo/man-using-traditional-crafting-process-shape-wooden-pieces_482257-97739.jpg?_wi=3", imageAlt: "Professional kitchen installation" } ] }, { @@ -58,8 +58,8 @@ export default function ServicesPage() { description: "Maximize bedroom space with custom wardrobe systems. Sliding doors, internal organization, mirror panels, and premium hardware create the perfect storage solution.", icon: Shirt, mediaItems: [ - { imageSrc: "http://img.b2bpic.net/free-photo/stylish-kitchen-cutlery-organizer-minimalist-aesthetics_169016-68940.jpg", imageAlt: "Wardrobe system design" }, - { imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-holding-sweater_23-2149190381.jpg", imageAlt: "Organized wardrobe storage" } + { imageSrc: "http://img.b2bpic.net/free-photo/stylish-kitchen-cutlery-organizer-minimalist-aesthetics_169016-68940.jpg?_wi=4", imageAlt: "Wardrobe system design" }, + { imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-holding-sweater_23-2149190381.jpg?_wi=3", imageAlt: "Organized wardrobe storage" } ] }, { @@ -67,8 +67,8 @@ export default function ServicesPage() { description: "Create productive workspaces with custom office furniture. Custom desks, shelving systems, and storage solutions designed specifically for your business.", icon: Briefcase, mediaItems: [ - { imageSrc: "http://img.b2bpic.net/free-photo/modern-office-with-nobody-present_482257-122002.jpg", imageAlt: "Office furniture design" }, - { imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-developing-photos-darkroom_23-2149893815.jpg", imageAlt: "Professional workspace setup" } + { imageSrc: "http://img.b2bpic.net/free-photo/modern-office-with-nobody-present_482257-122002.jpg?_wi=3", imageAlt: "Office furniture design" }, + { imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-developing-photos-darkroom_23-2149893815.jpg?_wi=3", imageAlt: "Professional workspace setup" } ] } ]}