diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 58a4e39..1ec32c2 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -46,10 +46,10 @@ export default function AboutPage() { id: "management", groupTitle: "Dirección", members: [ { id: "m1", title: "Juan Pérez", subtitle: "CEO", detail: "20 años de trayectoria.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-business-man_23-2148427097.jpg" - }, + } ], - imageAlt: "Front view of business man" - }, + imageSrc: "http://img.b2bpic.net/free-photo/front-view-business-man_23-2148427097.jpg", imageAlt: "Front view of business man" + } ]} /> @@ -60,8 +60,7 @@ export default function AboutPage() { useInvertedBackground={false} title="Aliados Estratégicos" description="Trabajamos con las mejores marcas del sector." - names={[ - "SteelCorp", "ConcreteMaster", "GreenEnergy", "UrbanLight", "TechBuild"]} + names={["SteelCorp", "ConcreteMaster", "GreenEnergy", "UrbanLight", "TechBuild"]} />