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} /> 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 ( - + - +
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" > - +
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 ( - + - +