Update src/app/about/page.tsx

This commit is contained in:
2026-03-03 17:42:01 +00:00
parent cd01fe1a83
commit 1c96dac6da

View File

@@ -61,8 +61,8 @@ export default function AboutPage() {
description: "From concept to installation, we create kitchens that reflect your style and maximize efficiency. Our team handles every detail with precision.",
icon: UtensilsCrossed,
mediaItems: [
{ imageSrc: "http://img.b2bpic.net/free-photo/woman-man-working-laptop-home-modern-kitchen_651396-3535.jpg", imageAlt: "Kitchen design expertise" },
{ imageSrc: "http://img.b2bpic.net/free-photo/man-using-traditional-crafting-process-shape-wooden-pieces_482257-97739.jpg", imageAlt: "Craftsmanship in action" }
{ imageSrc: "http://img.b2bpic.net/free-photo/woman-man-working-laptop-home-modern-kitchen_651396-3535.jpg?_wi=5", imageAlt: "Kitchen design expertise" },
{ imageSrc: "http://img.b2bpic.net/free-photo/man-using-traditional-crafting-process-shape-wooden-pieces_482257-97739.jpg?_wi=2", imageAlt: "Craftsmanship in action" }
]
},
{
@@ -70,8 +70,8 @@ export default function AboutPage() {
description: "Custom wardrobes and storage systems designed to maximize space while maintaining elegant aesthetics. Smart organization for modern living.",
icon: Shirt,
mediaItems: [
{ imageSrc: "http://img.b2bpic.net/free-photo/stylish-kitchen-cutlery-organizer-minimalist-aesthetics_169016-68940.jpg", imageAlt: "Storage solutions" },
{ imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-holding-sweater_23-2149190381.jpg", imageAlt: "Wardrobe organization" }
{ imageSrc: "http://img.b2bpic.net/free-photo/stylish-kitchen-cutlery-organizer-minimalist-aesthetics_169016-68940.jpg?_wi=3", imageAlt: "Storage solutions" },
{ imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-holding-sweater_23-2149190381.jpg?_wi=2", imageAlt: "Wardrobe organization" }
]
},
{
@@ -79,8 +79,8 @@ export default function AboutPage() {
description: "Professional workspace solutions that inspire productivity. Custom desks, shelving, and storage perfectly suited to your business needs.",
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" }
{ imageSrc: "http://img.b2bpic.net/free-photo/modern-office-with-nobody-present_482257-122002.jpg?_wi=2", imageAlt: "Office furniture design" },
{ imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-developing-photos-darkroom_23-2149893815.jpg?_wi=2", imageAlt: "Professional workspace" }
]
}
]}