3 Commits

Author SHA1 Message Date
d90bb295ec Update src/app/page.tsx 2026-01-03 18:44:22 +00:00
12cf7e7de6 Update src/app/page.tsx 2026-01-03 18:26:37 +00:00
71fb350229 Update src/app/page.tsx 2026-01-03 18:17:08 +00:00

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, HelpCircle } from "lucide-react";
import { Tag, HelpCircle, Zap } from "lucide-react";
export default function BarbershopPage() {
return (
@@ -46,6 +46,7 @@ export default function BarbershopPage() {
<div id="hero" data-section="hero">
<HeroBillboardScroll
tag="Premium Grooming"
tagIcon={Zap}
title="Master Your Look"
description="Experience precision barbering with our team of skilled professionals. Crafted cuts, classic shaves, and complete grooming solutions."
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1767461718181-733b3cgz.jpg"
@@ -97,6 +98,10 @@ export default function BarbershopPage() {
{
text: "View Full Menu",
href: "contact"
},
{
text: "Book Service",
href: "contact"
}
]}
/>