diff --git a/src/app/page.tsx b/src/app/page.tsx index 95b5d64..adfabe9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -8,7 +8,7 @@ import FeatureCardSeven from "@/components/sections/feature/FeatureCardSeven"; import TestimonialCardTwo from "@/components/sections/testimonial/TestimonialCardTwo"; import ContactSplitForm from "@/components/sections/contact/ContactSplitForm"; import FooterMedia from "@/components/sections/footer/FooterMedia"; -import { Coffee, Heart, Globe, Users, Star, UtensilsCrossed } from "lucide-react"; +import { Coffee, Heart, Globe, Users, Star, UtensilsCrossed, Sparkles } from "lucide-react"; export default function LandingPage() { return ( @@ -41,7 +41,7 @@ export default function LandingPage() { ); } - -// Missing icon import: Sparkles - please import Sparkles from lucide-react -// Sparkles is used in about section bulletPoints but not imported above \ No newline at end of file