Update src/app/services/page.tsx

This commit is contained in:
2026-03-03 17:42:07 +00:00
parent e7af512ec2
commit 3b97c2679f

View File

@@ -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" }
]
}
]}