diff --git a/src/app/page.tsx b/src/app/page.tsx index 1c273b6..ee78f12 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,6 +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"; export default function BarbershopPage() { return ( @@ -65,6 +66,7 @@ export default function BarbershopPage() {