diff --git a/src/app/page.tsx b/src/app/page.tsx index 2a46849..fe77b63 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, Users, Wine } from 'lucide-react'; +import { ChefHat, Heart, Leaf, MessageCircle, Smile, Sparkles, Star, Utensils, Users, Wine, Phone, Clock, MapPin } from 'lucide-react'; export default function LandingPage() { return ( @@ -143,15 +143,15 @@ export default function LandingPage() {