diff --git a/src/app/page.tsx b/src/app/page.tsx index f3d2049..b62352e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,7 @@ import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCar import FaqSplitText from '@/components/sections/faq/FaqSplitText'; import ContactCenter from '@/components/sections/contact/ContactCenter'; import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; -import { Mail, Chef, Book } from 'lucide-react'; +import { Mail, ChefHat, Book } from 'lucide-react'; export default function LandingPage() { return ( @@ -44,7 +44,7 @@ export default function LandingPage() { title="Master the Art of Cooking" description="Learn from expert chefs, discover incredible recipes, and transform your kitchen skills. Join thousands of passionate cooks in our community." tag="Culinary Excellence" - tagIcon={Chef} + tagIcon={ChefHat} imagePosition="right" imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766983288368-py19hzaj.jpg" imageAlt="Cooking inspiration"