From 1efa90234dfeb0f631efbed8d3dea20ebdc67e46 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 21:09:09 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index be7a916..e2bc6ea 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -86,7 +86,7 @@ export default function LandingPage() { features={[ { id: 1, - title: "Discovery & Strategy", description: "We begin by understanding your vision, site conditions, and functional requirements. Our team conducts thorough site analysis and stakeholder consultation.", imageSrc: "http://img.b2bpic.net/free-photo/business-people-looking-plans-office_23-2148017114.jpg", imageAlt: "architects collaborating on blueprints" + title: "Discovery & Strategy", description: "We begin by understanding your vision, site conditions, and functional requirements. Our team conducts thorough site analysis and stakeholder consultation.", imageSrc: "http://img.b2bpic.net/free-photo/business-people-looking-plans-office_23-2148017114.jpg?_wi=1", imageAlt: "architects collaborating on blueprints" }, { id: 2, @@ -144,7 +144,7 @@ export default function LandingPage() { id: "1", name: "Sarah Johnson", role: "Principal Architect", description: "Expert in sustainable design and urban planning with 20+ years of experience", imageSrc: "http://img.b2bpic.net/free-photo/woman-doing-daily-activities-minimal-decorated-room_23-2150407592.jpg", imageAlt: "Sarah Johnson - Principal Architect" }, { - id: "2", name: "Michael Chen", role: "Design Director", description: "Visionary designer leading innovative architectural solutions across multiple sectors", imageSrc: "http://img.b2bpic.net/free-photo/business-people-looking-plans-office_23-2148017114.jpg", imageAlt: "Michael Chen - Design Director" + id: "2", name: "Michael Chen", role: "Design Director", description: "Visionary designer leading innovative architectural solutions across multiple sectors", imageSrc: "http://img.b2bpic.net/free-photo/business-people-looking-plans-office_23-2148017114.jpg?_wi=2", imageAlt: "Michael Chen - Design Director" }, { id: "3", name: "Elena Rodriguez", role: "Sustainability Lead", description: "Pioneering eco-friendly design practices and green building certification expertise", imageSrc: "http://img.b2bpic.net/free-photo/social-media-team-having-discussion-luxury-workplace_23-2147847491.jpg?_wi=1", imageAlt: "Elena Rodriguez - Sustainability Lead" -- 2.49.1