diff --git a/src/app/page.tsx b/src/app/page.tsx index 75e083e..46b455f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,7 @@ import PricingCardThree from "@/components/sections/pricing/PricingCardThree"; import TestimonialCardTwo from "@/components/sections/testimonial/TestimonialCardTwo"; import ContactCenter from "@/components/sections/contact/ContactCenter"; import FooterBaseCard from "@/components/sections/footer/FooterBaseCard"; -import { CheckCircle, Quote, Sparkles } from "lucide-react"; +import { CheckCircle, Quote, Sparkles, Star } from "lucide-react"; export default function LandingPage() { return (