diff --git a/src/app/page.tsx b/src/app/page.tsx index b58bf60..10d7272 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, HelpCircle } from "lucide-react"; +import { Zap } from "lucide-react"; export default function BarbershopPage() { return ( @@ -46,6 +46,7 @@ export default function BarbershopPage() {