From 8e6b10a66be547bc90effb6644cb7a956c3f2a7e Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 28 Apr 2026 06:51:26 +0000 Subject: [PATCH] Update src/app/about/page.tsx --- src/app/about/page.tsx | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index b988db0..7aee6a1 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -56,11 +56,14 @@ export default function AboutPage() { { id: "g1", groupTitle: "Management", members: [ { - id: "m1", title: "Jane Doe", subtitle: "Owner", detail: "Dedicated to quality.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-successful-businesswoman-with-charming-smile-posing-street-with-interesting-architecture-background_613910-3354.jpg"}, + id: "m1", title: "Jane Doe", subtitle: "Owner", detail: "Dedicated to quality.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-successful-businesswoman-with-charming-smile-posing-street-with-interesting-architecture-background_613910-3354.jpg" + }, { - id: "m2", title: "John Smith", subtitle: "Director", detail: "Ensuring reliability.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-businesswoman-suit-cross-arms-chest-looking-like-real-professional-smili_1258-122403.jpg"}, + id: "m2", title: "John Smith", subtitle: "Director", detail: "Ensuring reliability.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-businesswoman-suit-cross-arms-chest-looking-like-real-professional-smili_1258-122403.jpg" + }, ], - imageAlt: "Portrait of a successful businesswoman with a charming smile posing on the street with interesting architecture at the background."}, + imageSrc: "http://img.b2bpic.net/free-photo/portrait-successful-businesswoman-with-charming-smile-posing-street-with-interesting-architecture-background_613910-3354.jpg" + }, ]} /> @@ -94,4 +97,4 @@ export default function AboutPage() { ); -} +} \ No newline at end of file -- 2.49.1