diff --git a/src/app/page.tsx b/src/app/page.tsx index 107cc0d..9c0a4be 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,7 +12,7 @@ import PricingCardTwo from '@/components/sections/pricing/PricingCardTwo'; import ProductCardFour from '@/components/sections/product/ProductCardFour'; import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; import TextAbout from '@/components/sections/about/TextAbout'; -import { Award, Coffee, Globe, Leaf, Recycle, Users } from "lucide-react"; +import { Award, Coffee, Globe, Leaf, Recycle, Users, Sparkles } from "lucide-react"; export default function LandingPage() { return ( @@ -47,6 +47,8 @@ export default function LandingPage() {