Merge version_8 into main #11

Merged
bender merged 1 commits from version_8 into main 2026-04-09 21:59:36 +00:00

View File

@@ -49,7 +49,7 @@ export default function LandingPage() {
<HeroBillboardRotatedCarousel
background={{ variant: "rotated-rays-static" }}
title="Whitestones 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. Opening at 8:30 AM daily."
description="Professional service, attention to detail, fair prices, and a barbershop experience people keep coming back for. Hours: Monday-Saturday 8 AM - 7 PM, Sunday 9 AM - 5 PM."
buttons={[{ text: "Book Appointment", href: "https://www.fresha.com/lvp/sammys-barber-shop-cross-island-parkway-xZ2Y3Y" }]}
carouselItems={[
{ id: "1", imageSrc: "http://img.b2bpic.net/free-photo/young-man-barber-shop-after-getting-haircut_23-2149186513.jpg", imageAlt: "Barbershop interior" },
@@ -170,7 +170,7 @@ export default function LandingPage() {
{ id: "3", title: "How should I prepare for a beard trim?", content: "Simply come as you are! We provide a full service, including hot towels and shaping to ensure the best results." },
{ id: "4", title: "What payment methods do you accept?", content: "We accept all major credit cards and cash for your convenience." },
{ id: "5", title: "Are there parking options?", content: "Yes, street parking and nearby lots are available for your ease of access." },
{ id: "6", title: "What are your operating hours?", content: "We welcome you daily starting at 8:30 AM." },
{ id: "6", title: "What are your operating hours?", content: "We are open Monday through Saturday from 8 AM to 7 PM and Sunday from 9 AM to 5 PM." },
]}
title="Common Questions"
faqsAnimation="slide-up"
@@ -218,4 +218,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}