From c8ad61be7e1542687e71a01c822d60b86c012cb2 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 06:01:26 +0000 Subject: [PATCH] Update src/app/portfolio/page.tsx --- src/app/portfolio/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/portfolio/page.tsx b/src/app/portfolio/page.tsx index 1092202..6d08c33 100644 --- a/src/app/portfolio/page.tsx +++ b/src/app/portfolio/page.tsx @@ -39,22 +39,22 @@ export default function PortfolioPage() { description="Explore the full range of architectural projects that showcase our commitment to design excellence, innovation, and client satisfaction across diverse sectors." features={[ { - title: "Contemporary Residence", description: "Luxury residential project featuring minimalist design and sustainable materials", imageSrc: "http://img.b2bpic.net/free-photo/minimalist-architecture-space_23-2151912530.jpg", imageAlt: "Contemporary residence design", buttonIcon: ArrowRight, + title: "Contemporary Residence", description: "Luxury residential project featuring minimalist design and sustainable materials", imageSrc: "http://img.b2bpic.net/free-photo/minimalist-architecture-space_23-2151912530.jpg?_wi=4", imageAlt: "Contemporary residence design", buttonIcon: ArrowRight, }, { - title: "Commercial Hub", description: "Multi-use commercial space with integrated community areas and green design", imageSrc: "http://img.b2bpic.net/free-photo/vertical-low-angle-shot-high-rise-building-glass-facade-clear-sky_181624-6151.jpg", imageAlt: "Commercial building design", buttonIcon: ArrowRight, + title: "Commercial Hub", description: "Multi-use commercial space with integrated community areas and green design", imageSrc: "http://img.b2bpic.net/free-photo/vertical-low-angle-shot-high-rise-building-glass-facade-clear-sky_181624-6151.jpg?_wi=3", imageAlt: "Commercial building design", buttonIcon: ArrowRight, }, { - title: "Landscape Integration", description: "Innovative outdoor architecture seamlessly blending structure with nature", imageSrc: "http://img.b2bpic.net/free-photo/terrace-with-trees-forest-cozy-outdoor-relaxation-space_169016-69565.jpg", imageAlt: "Landscape architecture project", buttonIcon: ArrowRight, + title: "Landscape Integration", description: "Innovative outdoor architecture seamlessly blending structure with nature", imageSrc: "http://img.b2bpic.net/free-photo/terrace-with-trees-forest-cozy-outdoor-relaxation-space_169016-69565.jpg?_wi=4", imageAlt: "Landscape architecture project", buttonIcon: ArrowRight, }, { - title: "Interior Transformation", description: "Complete renovation showcasing modern aesthetic and spatial flow", imageSrc: "http://img.b2bpic.net/free-photo/building-with-multiple-floors_250224-43.jpg", imageAlt: "Interior redesign project", buttonIcon: ArrowRight, + title: "Interior Transformation", description: "Complete renovation showcasing modern aesthetic and spatial flow", imageSrc: "http://img.b2bpic.net/free-photo/building-with-multiple-floors_250224-43.jpg?_wi=6", imageAlt: "Interior redesign project", buttonIcon: ArrowRight, }, { - title: "Sustainable Structure", description: "Net-zero energy building incorporating renewable systems and smart design", imageSrc: "http://img.b2bpic.net/free-photo/modern-building-with-living-wall-plants-trees-glass-exterior-sunny-day_191095-99868.jpg", imageAlt: "Sustainable architecture project", buttonIcon: ArrowRight, + title: "Sustainable Structure", description: "Net-zero energy building incorporating renewable systems and smart design", imageSrc: "http://img.b2bpic.net/free-photo/modern-building-with-living-wall-plants-trees-glass-exterior-sunny-day_191095-99868.jpg?_wi=3", imageAlt: "Sustainable architecture project", buttonIcon: ArrowRight, }, { - title: "Heritage Restoration", description: "Thoughtful renovation preserving historical character with modern amenities", imageSrc: "http://img.b2bpic.net/free-photo/tiler-working-renovation-apartment_23-2149278558.jpg", imageAlt: "Heritage restoration project", buttonIcon: ArrowRight, + title: "Heritage Restoration", description: "Thoughtful renovation preserving historical character with modern amenities", imageSrc: "http://img.b2bpic.net/free-photo/tiler-working-renovation-apartment_23-2149278558.jpg?_wi=4", imageAlt: "Heritage restoration project", buttonIcon: ArrowRight, }, ]} tag="Portfolio" @@ -85,7 +85,7 @@ export default function PortfolioPage() {