Merge version_7 into main #6

Merged
development merged 1 commits from version_7 into main 2026-01-03 18:08:37 +00:00
Showing only changes of commit 41e78b0ddc - Show all commits

View File

@@ -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() {
<div id="faq" data-section="faq">
<FaqBase
tag="Help"
tagIcon={HelpCircle}
title="Frequently Asked Questions"
description="Have questions about our services, pricing, or booking? Find answers here."
textboxLayout="default"