diff --git a/src/app/page.tsx b/src/app/page.tsx index 522dc55..8d94b32 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,7 +11,7 @@ import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCar import ContactCenter from '@/components/sections/contact/ContactCenter'; import PricingCardEight from '@/components/sections/pricing/PricingCardEight'; import FooterSimple from '@/components/sections/footer/FooterSimple'; -import { Sparkles } from 'lucide-react'; +import { Sparkles, Star, TrendingUp } from 'lucide-react'; export default function LandingPage() { return (