diff --git a/src/app/page.tsx b/src/app/page.tsx index 110138d..5fb7090 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import PricingCardEight from '@/components/sections/pricing/PricingCardEight'; import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; import ContactSplit from '@/components/sections/contact/ContactSplit'; import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; -import { Sparkles } from 'lucide-react'; +import { Sparkles, Star } from 'lucide-react'; export default function LandingPage() { return ( @@ -156,8 +156,9 @@ export default function LandingPage() {