From 5d929641ae3e9483145898e5dba6a2fa08a9635e Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 15 Apr 2026 09:50:50 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5399d5b..ebd0d33 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,6 +12,7 @@ import PricingCardOne from '@/components/sections/pricing/PricingCardOne'; import ProductCardThree from '@/components/sections/product/ProductCardThree'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; +import { ChefHat } from 'lucide-react'; export default function LandingPage() { return ( @@ -71,6 +72,7 @@ export default function LandingPage() { title="Crafting Memorable Flavors" description="With over 15 years in Michelin-starred kitchens, I bring global culinary expertise to your private dining table." subdescription="Every dish I prepare is a testament to the freshest seasonal ingredients and time-honored techniques." + icon={ChefHat} imageSrc="http://img.b2bpic.net/free-photo/front-view-women-cooking-together_23-2150176886.jpg" mediaAnimation="blur-reveal" /> -- 2.49.1