Merge version_7 into main
Merge version_7 into main
This commit was merged in pull request #6.
This commit is contained in:
@@ -9,7 +9,7 @@ import TestimonialCardFive from "@/components/sections/testimonial/TestimonialCa
|
|||||||
import FaqBase from "@/components/sections/faq/FaqBase";
|
import FaqBase from "@/components/sections/faq/FaqBase";
|
||||||
import ContactText from "@/components/sections/contact/ContactText";
|
import ContactText from "@/components/sections/contact/ContactText";
|
||||||
import FooterLogoReveal from "@/components/sections/footer/FooterLogoReveal";
|
import FooterLogoReveal from "@/components/sections/footer/FooterLogoReveal";
|
||||||
import { Tag } from "lucide-react";
|
import { Tag, HelpCircle } from "lucide-react";
|
||||||
|
|
||||||
export default function BarbershopPage() {
|
export default function BarbershopPage() {
|
||||||
return (
|
return (
|
||||||
@@ -256,6 +256,8 @@ export default function BarbershopPage() {
|
|||||||
|
|
||||||
<div id="faq" data-section="faq">
|
<div id="faq" data-section="faq">
|
||||||
<FaqBase
|
<FaqBase
|
||||||
|
tag="Help"
|
||||||
|
tagIcon={HelpCircle}
|
||||||
title="Frequently Asked Questions"
|
title="Frequently Asked Questions"
|
||||||
description="Have questions about our services, pricing, or booking? Find answers here."
|
description="Have questions about our services, pricing, or booking? Find answers here."
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
|
|||||||
Reference in New Issue
Block a user