diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 79ec1ee..61dcf4e 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -25,30 +25,12 @@ export default function LandingPage() { @@ -74,20 +54,11 @@ export default function LandingPage() { description="Experienced technicians ready to help." groups={[ { - id: "g1", - groupTitle: "Management", - members: [ + id: "g1", groupTitle: "Management", members: [ { - id: "p1", - title: "Carlos D.", - subtitle: "CEO", - detail: "15+ years experience", - imageSrc: "http://img.b2bpic.net/free-photo/young-lady-standing-with-crossed-arms-checked-shirt-hat-looking-confident_176474-47786.jpg?_wi=3", - }, + id: "p1", title: "Carlos D.", subtitle: "CEO", detail: "15+ years experience", imageSrc: "http://img.b2bpic.net/free-photo/young-lady-standing-with-crossed-arms-checked-shirt-hat-looking-confident_176474-47786.jpg"}, ], - imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-girl-laying-sofa-living-room-reading-magazine_176420-42537.jpg", - imageAlt: "happy customer living room portrait", - }, + imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-girl-laying-sofa-living-room-reading-magazine_176420-42537.jpg", imageAlt: "happy customer living room portrait"}, ]} /> @@ -95,57 +66,9 @@ export default function LandingPage() {