diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index d8da51e..3c91930 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -58,7 +58,7 @@ export default function LandingPage() { { 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"}, ], - imageAlt: "happy customer living room portrait"}, + }, ]} /> diff --git a/src/app/page.tsx b/src/app/page.tsx index a032040..fb5f1ef 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -103,7 +103,13 @@ export default function LandingPage() {
- +