diff --git a/src/app/page.tsx b/src/app/page.tsx index cb90a1e..7a0111b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,7 @@ import MetricCardOne from '@/components/sections/metrics/MetricCardOne'; import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; import ContactFaq from '@/components/sections/contact/ContactFaq'; import FooterSimple from '@/components/sections/footer/FooterSimple'; -import { Award, Users, TrendingUp, Heart, Leaf, Sun, Phone } from 'lucide-react'; +import { Award, Users, TrendingUp, Heart, Leaf, Sun, Phone, Sparkles } from 'lucide-react'; export default function LandingPage() { return ( @@ -62,6 +62,7 @@ export default function LandingPage() { ); -} +} \ No newline at end of file