1 Commits

Author SHA1 Message Date
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 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, HelpCircle } from "lucide-react"; import { Zap } from "lucide-react";
export default function BarbershopPage() { export default function BarbershopPage() {
return ( return (
@@ -46,6 +46,7 @@ export default function BarbershopPage() {
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroBillboardScroll <HeroBillboardScroll
tag="Premium Grooming" tag="Premium Grooming"
tagIcon={Zap}
title="Master Your Look" title="Master Your Look"
description="Experience precision barbering with our team of skilled professionals. Crafted cuts, classic shaves, and complete grooming solutions." 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" imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1767461718181-733b3cgz.jpg"
@@ -56,8 +57,8 @@ export default function BarbershopPage() {
href: "contact" href: "contact"
}, },
{ {
text: "Call Now", text: "Learn More",
onClick: () => window.open("tel:+1234567890", "_self") href: "services"
} }
]} ]}
/> />
@@ -66,7 +67,6 @@ 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"
@@ -216,8 +216,6 @@ 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"