From dbcb102fb5c87a1f67762b3411d189f4b5e52c55 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 15 Apr 2026 19:40:23 +0000 Subject: [PATCH 1/2] Update src/app/about/page.tsx --- src/app/about/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"}, + ] + }, ]} /> -- 2.49.1 From 08cc60d289d6222dc2e0d6fbe128e9bb9ad61ab4 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 15 Apr 2026 19:40:23 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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() {