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