diff --git a/src/app/page.tsx b/src/app/page.tsx index 5162057..9fec8cf 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,7 @@ import ProductCardThree from '@/components/sections/product/ProductCardThree'; import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; import ContactFaq from '@/components/sections/contact/ContactFaq'; import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; -import { Film, Zap, Award, Heart, Mail } from 'lucide-react'; +import { Film, Zap, Award, Heart, Mail, Sparkles } from 'lucide-react'; const Page = () => { return ( @@ -42,7 +42,7 @@ const Page = () => {