From b44b9c4c0d3460be692c44865848dda46f83736e Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 9 Jun 2026 16:35:49 +0000 Subject: [PATCH 1/2] Update src/app/about/page.tsx --- src/app/about/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 3ff32d3..8a97949 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -114,7 +114,7 @@ export default function LandingPage() { imageAlt: "Chef David Lee", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/professional-chef-preparing-food-kitchen_23-2149727971.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/professional-chef-preparing-food-kitchen_23-2149727971.jpg?_wi=2", imageAlt: "male chef portrait kitchen", }, { -- 2.49.1 From fc15e8ba9fd93f324499b8ba58b081c598750c54 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 9 Jun 2026 16:35:50 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 31d72b3..02efa61 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -76,7 +76,7 @@ export default function LandingPage() { href: "/contact", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/professional-chef-preparing-food-kitchen_23-2149727971.jpg" + imageSrc="http://img.b2bpic.net/free-photo/professional-chef-preparing-food-kitchen_23-2149727971.jpg?_wi=1" imageAlt="Luxurious restaurant interior" mediaAnimation="slide-up" avatars={[ -- 2.49.1