Merge version_7 into main #6
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user