diff --git a/src/app/page.tsx b/src/app/page.tsx index f7931f9..8897dc6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,7 @@ import TestimonialCardFive from "@/components/sections/testimonial/TestimonialCa import FaqBase from "@/components/sections/faq/FaqBase"; import ContactText from "@/components/sections/contact/ContactText"; import FooterLogoReveal from "@/components/sections/footer/FooterLogoReveal"; -import { Tag } from "lucide-react"; +import { Tag, HelpCircle } from "lucide-react"; export default function BarbershopPage() { return ( @@ -256,6 +256,8 @@ export default function BarbershopPage() {