Compare commits
17 Commits
version_10
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 780b3c388a | |||
| 2202efcf25 | |||
| 8104433c21 | |||
| d73573e8ea | |||
| b000c360c1 | |||
| d90bb295ec | |||
| b73daaf1cf | |||
| 12cf7e7de6 | |||
| fc9ce83299 | |||
| b9a3bfc3de | |||
| f8b51ce80e | |||
| b2a69ddc7a | |||
| 28666c74bb | |||
| 9e2bbcd6d0 | |||
| ec632098dd | |||
| 6d09d09571 | |||
| 8b29ef539b |
@@ -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 { Zap } from "lucide-react";
|
import { Tag, HelpCircle, Zap } from "lucide-react";
|
||||||
|
|
||||||
export default function BarbershopPage() {
|
export default function BarbershopPage() {
|
||||||
return (
|
return (
|
||||||
@@ -57,8 +57,8 @@ export default function BarbershopPage() {
|
|||||||
href: "contact"
|
href: "contact"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
text: "Learn More",
|
text: "Call Now",
|
||||||
href: "services"
|
onClick: () => window.open("tel:+1234567890", "_self")
|
||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
@@ -67,6 +67,7 @@ export default function BarbershopPage() {
|
|||||||
<div id="services" data-section="services">
|
<div id="services" data-section="services">
|
||||||
<FeatureCardTwenty
|
<FeatureCardTwenty
|
||||||
tag="Our Services"
|
tag="Our Services"
|
||||||
|
tagIcon={Tag}
|
||||||
title="Exceptional Grooming Services"
|
title="Exceptional Grooming Services"
|
||||||
description="From classic haircuts to premium beard treatments, we deliver excellence in every service. Each client receives personalized attention and expert craftsmanship."
|
description="From classic haircuts to premium beard treatments, we deliver excellence in every service. Each client receives personalized attention and expert craftsmanship."
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
@@ -95,7 +96,11 @@ export default function BarbershopPage() {
|
|||||||
]}
|
]}
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "View Full Menu",
|
text: "Browse All Services",
|
||||||
|
href: "contact"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
text: "Schedule Your Service Now",
|
||||||
href: "contact"
|
href: "contact"
|
||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
@@ -216,6 +221,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