Update src/app/portfolio/page.tsx

This commit is contained in:
2026-03-03 17:42:05 +00:00
parent a6a580e308
commit a62e853056

View File

@@ -48,35 +48,35 @@ export default function PortfolioPage() {
id: "1",
name: "Modern Kitchen Renovation",
price: "Completed 2024",
imageSrc: "http://img.b2bpic.net/free-photo/woman-man-working-laptop-home-modern-kitchen_651396-3535.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/woman-man-working-laptop-home-modern-kitchen_651396-3535.jpg?_wi=7",
imageAlt: "Modern kitchen project"
},
{
id: "2",
name: "Luxury Wardrobe System",
price: "Completed 2024",
imageSrc: "http://img.b2bpic.net/free-photo/stylish-kitchen-cutlery-organizer-minimalist-aesthetics_169016-68940.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/stylish-kitchen-cutlery-organizer-minimalist-aesthetics_169016-68940.jpg?_wi=5",
imageAlt: "Custom wardrobe project"
},
{
id: "3",
name: "Executive Office Setup",
price: "Completed 2023",
imageSrc: "http://img.b2bpic.net/free-photo/catered-table-asian-restaurant-chopsticks-soy-sauce_627829-6149.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/catered-table-asian-restaurant-chopsticks-soy-sauce_627829-6149.jpg?_wi=2",
imageAlt: "Office furniture project"
},
{
id: "4",
name: "Contemporary Kitchen Design",
price: "Completed 2023",
imageSrc: "http://img.b2bpic.net/free-photo/woman-man-working-laptop-home-modern-kitchen_651396-3535.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/woman-man-working-laptop-home-modern-kitchen_651396-3535.jpg?_wi=8",
imageAlt: "Contemporary kitchen"
},
{
id: "5",
name: "Smart Storage Solution",
price: "Completed 2024",
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-holding-sweater_23-2149190381.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-holding-sweater_23-2149190381.jpg?_wi=4",
imageAlt: "Storage solution project"
}
]}
@@ -98,8 +98,8 @@ export default function PortfolioPage() {
description: "Custom kitchens that combine elegant design with practical functionality. From modern minimalist to classic luxury, we create spaces where cooking becomes a pleasure.",
icon: UtensilsCrossed,
mediaItems: [
{ imageSrc: "http://img.b2bpic.net/free-photo/woman-man-working-laptop-home-modern-kitchen_651396-3535.jpg", imageAlt: "Kitchen projects" },
{ imageSrc: "http://img.b2bpic.net/free-photo/man-using-traditional-crafting-process-shape-wooden-pieces_482257-97739.jpg", imageAlt: "Kitchen craftsmanship" }
{ imageSrc: "http://img.b2bpic.net/free-photo/woman-man-working-laptop-home-modern-kitchen_651396-3535.jpg?_wi=9", imageAlt: "Kitchen projects" },
{ imageSrc: "http://img.b2bpic.net/free-photo/man-using-traditional-crafting-process-shape-wooden-pieces_482257-97739.jpg?_wi=4", imageAlt: "Kitchen craftsmanship" }
]
},
{
@@ -107,8 +107,8 @@ export default function PortfolioPage() {
description: "Custom wardrobes and storage systems that maximize space and style. Sliding doors, smart organization, and premium finishes create bedroom sanctuaries.",
icon: Shirt,
mediaItems: [
{ imageSrc: "http://img.b2bpic.net/free-photo/stylish-kitchen-cutlery-organizer-minimalist-aesthetics_169016-68940.jpg", imageAlt: "Wardrobe projects" },
{ imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-holding-sweater_23-2149190381.jpg", imageAlt: "Wardrobe storage" }
{ imageSrc: "http://img.b2bpic.net/free-photo/stylish-kitchen-cutlery-organizer-minimalist-aesthetics_169016-68940.jpg?_wi=6", imageAlt: "Wardrobe projects" },
{ imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-holding-sweater_23-2149190381.jpg?_wi=5", imageAlt: "Wardrobe storage" }
]
},
{
@@ -116,8 +116,8 @@ export default function PortfolioPage() {
description: "Professional workspaces designed for productivity and style. Custom desks, shelving, and storage solutions tailored to business needs and corporate aesthetics.",
icon: Briefcase,
mediaItems: [
{ imageSrc: "http://img.b2bpic.net/free-photo/modern-office-with-nobody-present_482257-122002.jpg", imageAlt: "Office projects" },
{ imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-developing-photos-darkroom_23-2149893815.jpg", imageAlt: "Office workspace" }
{ imageSrc: "http://img.b2bpic.net/free-photo/modern-office-with-nobody-present_482257-122002.jpg?_wi=4", imageAlt: "Office projects" },
{ imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-developing-photos-darkroom_23-2149893815.jpg?_wi=4", imageAlt: "Office workspace" }
]
}
]}