From 5685345d381451180a815c078e92e007aa010037 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 21 Apr 2026 19:10:22 +0000 Subject: [PATCH 1/4] Update src/app/chef/page.tsx --- src/app/chef/page.tsx | 33 ++++++++++++++++++--------------- 1 file changed, 18 insertions(+), 15 deletions(-) diff --git a/src/app/chef/page.tsx b/src/app/chef/page.tsx index ccb498a..996b12f 100644 --- a/src/app/chef/page.tsx +++ b/src/app/chef/page.tsx @@ -7,30 +7,30 @@ import FooterCard from '@/components/sections/footer/FooterCard'; import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; import TeamCardEleven from '@/components/sections/team/TeamCardEleven'; import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; -import { Trophy, Star } from "lucide-react"; export default function ChefAuthorityPage() { return ( @@ -75,6 +77,7 @@ export default function ChefAuthorityPage() { ]} textarea={{ name: "requests", placeholder: "How can we assist you?", rows: 4 }} imageSrc="http://img.b2bpic.net/free-photo/professional-chef-preparing-food-kitchen_23-2149728032.jpg" + useInvertedBackground={false} /> -- 2.49.1 From 056b43b70548f2f2663fb3954ccaa24db9d7c955 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 21 Apr 2026 19:10:22 +0000 Subject: [PATCH 2/4] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 34 +++++++++++++++++++++++++--------- 1 file changed, 25 insertions(+), 9 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 2e4e2cb..ffa4a4b 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -8,16 +8,31 @@ import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; export default function ContactPage() { return ( - + - +
-- 2.49.1 From 5f992fcbc85bf9bd4a15fee70b9737457312a86f Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 21 Apr 2026 19:10:23 +0000 Subject: [PATCH 3/4] Update src/app/gallery/page.tsx --- src/app/gallery/page.tsx | 27 ++++++++++++++++----------- 1 file changed, 16 insertions(+), 11 deletions(-) diff --git a/src/app/gallery/page.tsx b/src/app/gallery/page.tsx index 3381047..decbf00 100644 --- a/src/app/gallery/page.tsx +++ b/src/app/gallery/page.tsx @@ -21,13 +21,18 @@ export default function GalleryPage() { headingFontWeight="light" > - +
-- 2.49.1 From 3e145a60162ba1021a7179f7f27084e93e6905a3 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 21 Apr 2026 19:10:23 +0000 Subject: [PATCH 4/4] Update src/app/shots/page.tsx --- src/app/shots/page.tsx | 41 ++++++++++++++++++++++++++++------------- 1 file changed, 28 insertions(+), 13 deletions(-) diff --git a/src/app/shots/page.tsx b/src/app/shots/page.tsx index c5d5201..633b4e5 100644 --- a/src/app/shots/page.tsx +++ b/src/app/shots/page.tsx @@ -8,16 +8,31 @@ import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; export default function ShotsPage() { return ( - + - +
-- 2.49.1