@@ -49,7 +49,7 @@ export default function LandingPage() {
<HeroBillboardRotatedCarousel
background={{variant:"rotated-rays-static"}}
title="Bayside’s trusted barbershop for clean cuts, sharp fades, and real consistency"
description="Professional service, attention to detail, fair prices, and a barbershop experience people keep coming back for."
description="Professional service, attention to detail, fair prices, and a barbershop experience people keep coming back for. Opening at 8:30 AM daily."
description="Call or book ahead for availability."
description="Call or book ahead for availability. Opening at 8:30 AM."
/>
</div>
@@ -174,7 +174,7 @@ export default function LandingPage() {
{id:"3",title:"Do you do beard trims?",content:"Yes, full beard grooming is available."},
{id:"4",title:"Is parking available?",content:"Parking is available nearby."},
{id:"5",title:"What are your prices?",content:"Please see our services list for up-to-date pricing."},
{id:"6",title:"What days are you open?",content:"Please check our booking portal for availability."},
{id:"6",title:"What are your hours?",content:"We open daily at 8:30 AM."},
]}
title="Frequently Asked Questions"
faqsAnimation="slide-up"
@@ -186,7 +186,7 @@ export default function LandingPage() {
<ContactCenter
tag="Booking"
title="Ready for your next cut?"
description="Book your appointment with Style Cutz today and get the clean, professional service clients keep recommending."
description="Visit us at 34-27 Francis Lewis Blvd, Flushing, NY 11358 or call (718) 321-1530 to book."
useInvertedBackground={false}
background={{variant:"plain"}}
/>
@@ -197,8 +197,8 @@ export default function LandingPage() {
columns={[
{
title:"Style Cutz Barbershop",items:[
{label:"Bayside, NY",href:"#"},
{label:"(555) 123-4567",href:"tel:5551234567"},
{label:"34-27 Francis Lewis Blvd, Flushing, NY 11358",href:"#"},
{label:"(718) 321-1530",href:"tel:7183211530"},
],
},
{
@@ -211,7 +211,6 @@ export default function LandingPage() {
{
title:"Book",items:[
{label:"Book Now",href:"#booking"},
{label:"Instagram",href:"#"},
],
},
]}
@@ -222,4 +221,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.