From 7914e1124101942e6ade000f4e06fa01a34b6fd3 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 08:29:32 +0000 Subject: [PATCH] Update src/app/about/page.tsx --- src/app/about/page.tsx | 58 ++++++++++-------------------------------- 1 file changed, 13 insertions(+), 45 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index f8e2f97..5e5657a 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -11,7 +11,7 @@ export default function AboutPage() { return ( @@ -76,33 +67,13 @@ export default function AboutPage() { useInvertedBackground={false} members={[ { - id: "1", - name: "Alexandra Rose", - role: "Creative Director", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-pretty-woman-sitting-table-trench-coat-working-laptop-co-working-office-wearing-glasses-smiling-happy-positive-workplace_285396-65.jpg", - imageAlt: "Alexandra Rose - Creative Director", - }, + id: "1", name: "Alexandra Rose", role: "Creative Director", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-pretty-woman-sitting-table-trench-coat-working-laptop-co-working-office-wearing-glasses-smiling-happy-positive-workplace_285396-65.jpg", imageAlt: "Alexandra Rose - Creative Director"}, { - id: "2", - name: "Daniel Morrison", - role: "Social Media Strategist", - imageSrc: "http://img.b2bpic.net/free-photo/young-man-writing-down-his-plans_1098-17086.jpg", - imageAlt: "Daniel Morrison - Social Media Strategist", - }, + id: "2", name: "Daniel Morrison", role: "Social Media Strategist", imageSrc: "http://img.b2bpic.net/free-photo/young-man-writing-down-his-plans_1098-17086.jpg", imageAlt: "Daniel Morrison - Social Media Strategist"}, { - id: "3", - name: "Zoe Chen", - role: "Content Creator & Videographer", - imageSrc: "http://img.b2bpic.net/free-photo/photographer-explaining-about-shot-his-team-studio-looking-laptop-talking-his-assistants-holding-camera-photo-shoot-teamwork-brainstorm_627829-7058.jpg", - imageAlt: "Zoe Chen - Content Creator", - }, + id: "3", name: "Zoe Chen", role: "Content Creator & Videographer", imageSrc: "http://img.b2bpic.net/free-photo/photographer-explaining-about-shot-his-team-studio-looking-laptop-talking-his-assistants-holding-camera-photo-shoot-teamwork-brainstorm_627829-7058.jpg", imageAlt: "Zoe Chen - Content Creator"}, { - id: "4", - name: "Kevin Andrews", - role: "Analytics & Insights Lead", - imageSrc: "http://img.b2bpic.net/free-photo/handsome-latin-businessman-examining-sales-data-while-working-home_662251-890.jpg", - imageAlt: "Kevin Andrews - Analytics Lead", - }, + id: "4", name: "Kevin Andrews", role: "Analytics & Insights Lead", imageSrc: "http://img.b2bpic.net/free-photo/handsome-latin-businessman-examining-sales-data-while-working-home_662251-890.jpg", imageAlt: "Kevin Andrews - Analytics Lead"}, ]} /> @@ -111,8 +82,7 @@ export default function AboutPage() {