diff --git a/src/app/page.tsx b/src/app/page.tsx index abeae1b..9cb5caa 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,7 @@ import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCar import ContactText from '@/components/sections/contact/ContactText'; import PricingCardNine from '@/components/sections/pricing/PricingCardNine'; import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; -import { ChefHat, Heart, Leaf, MessageCircle, Smile, Sparkles, Star, Utensils, Wine } from 'lucide-react'; +import { ChefHat, Heart, Leaf, MessageCircle, Smile, Sparkles, Star, Utensils, Users, Wine } from 'lucide-react'; export default function LandingPage() { return ( @@ -72,7 +72,7 @@ export default function LandingPage() {