From ba77a7683b17f65456deda272d38a4d2a2df388f Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 04:55:43 +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 5c91d05..be15625 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -81,7 +81,7 @@ export default function AboutPage() { { value: "50,000+", title: "Happy Customers Served" }, ]} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/chef-cooking-kitchen-while-wearing-professional-attire_23-2151208275.jpg" + imageSrc="http://img.b2bpic.net/free-photo/chef-cooking-kitchen-while-wearing-professional-attire_23-2151208275.jpg?_wi=2" imageAlt="Cazadores Kitchen" mediaAnimation="blur-reveal" metricsAnimation="slide-up" -- 2.49.1 From a3e637af7903b96e0ee4933fee25b0f7ee991652 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 04:55:44 +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 6d14d33..f6393de 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -162,7 +162,7 @@ export default function HomePage() { value: "50,000+", title: "Happy Customers Served"}, ]} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/chef-cooking-kitchen-while-wearing-professional-attire_23-2151208275.jpg" + imageSrc="http://img.b2bpic.net/free-photo/chef-cooking-kitchen-while-wearing-professional-attire_23-2151208275.jpg?_wi=1" imageAlt="Cazadores Kitchen" mediaAnimation="blur-reveal" metricsAnimation="slide-up" -- 2.49.1