From e4a5d805f269e897fe28e61f4806f5c850e4d70f Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 21:08:20 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 08a49f9..be7a916 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -141,16 +141,16 @@ export default function LandingPage() { animationType="slide-up" members={[ { - id: "1", name: "Sarah Johnson", role: "Principal Architect", imageSrc: "http://img.b2bpic.net/free-photo/woman-doing-daily-activities-minimal-decorated-room_23-2150407592.jpg", imageAlt: "Sarah Johnson - Principal Architect" + 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", 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", imageAlt: "Michael Chen - Design Director" }, { - id: "3", name: "Elena Rodriguez", role: "Sustainability Lead", imageSrc: "http://img.b2bpic.net/free-photo/social-media-team-having-discussion-luxury-workplace_23-2147847491.jpg?_wi=1", imageAlt: "Elena Rodriguez - Sustainability Lead" + 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" }, { - id: "4", name: "James Wilson", role: "Technical Architect", imageSrc: "http://img.b2bpic.net/free-photo/woman-doing-daily-activities-minimal-decorated-room_23-2150407592.jpg?_wi=3", imageAlt: "James Wilson - Technical Architect" + id: "4", name: "James Wilson", role: "Technical Architect", description: "Specialist in building systems and structural engineering for complex projects", imageSrc: "http://img.b2bpic.net/free-photo/woman-doing-daily-activities-minimal-decorated-room_23-2150407592.jpg?_wi=3", imageAlt: "James Wilson - Technical Architect" } ]} buttons={[ -- 2.49.1