diff --git a/src/app/page.tsx b/src/app/page.tsx index cfbc87b..b2cd816 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,7 +11,7 @@ import BlogCardOne from '@/components/sections/blog/BlogCardOne'; import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; -import { Sparkles, Heart, ChefHat, Camera, Music, MapPin } from 'lucide-react'; +import { Sparkles, Heart, ChefHat, Camera, Music, MapPin, Leaf } from 'lucide-react'; export default function LandingPage() { return ( @@ -83,7 +83,7 @@ export default function LandingPage() {