diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index da2ccda..5a73f4e 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -58,8 +58,8 @@ export default function AboutPage() { id: "m1", title: "King Mitchy", subtitle: "Founder & Head Chef", detail: "Bringing authentic flavors to every meal.", imageSrc: "http://img.b2bpic.net/free-photo/culinary-expert-commercial-kitchen-prepares-dish-with-fresh-basil-parsley_482257-124314.jpg"}, { id: "m2", title: "Chef Sarah", subtitle: "Lead Cook", detail: "Expert in traditional recipes.", imageSrc: "http://img.b2bpic.net/free-photo/chef-preparing-salad_23-2148145617.jpg"}, - ], - imageAlt: "Culinary expert in commercial kitchen prepares dish with fresh basil and parsley"}, + ] + }, ]} /> diff --git a/src/app/page.tsx b/src/app/page.tsx index e8026e9..c646522 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -91,13 +91,18 @@ export default function LandingPage() {