From 38776bd3daa042f106eca6dcf415f6d5fc45736c Mon Sep 17 00:00:00 2001 From: development Date: Sat, 3 Jan 2026 17:40:54 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 ++ 1 file changed, 2 insertions(+) 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() {