diff --git a/src/app/page.tsx b/src/app/page.tsx index 60fe44e..7352761 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,7 +11,7 @@ import TestimonialCardTen from "@/components/sections/testimonial/TestimonialCar import FaqBase from "@/components/sections/faq/FaqBase"; import ContactFaq from "@/components/sections/contact/ContactFaq"; import FooterBaseReveal from "@/components/sections/footer/FooterBaseReveal"; -import { Phone } from "lucide-react"; +import { Phone, Star } from "lucide-react"; export default function LandingPage() { return ( @@ -85,7 +85,7 @@ export default function LandingPage() {