Merge version_2 into main #2

Merged
bender merged 2 commits from version_2 into main 2026-03-06 05:06:47 +00:00
2 changed files with 4 additions and 4 deletions

View File

@@ -1416,4 +1416,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -151,7 +151,7 @@ export default function LandingPage() {
<ContactFaq
faqs={[
{
id: "1", title: "Do I need an appointment?", content: "Walk-ins are always welcome! However, we recommend calling ahead during busy times to ensure minimal wait. You can reach us at (703) 754-2655."},
id: "1", title: "Do I need an appointment?", content: "No appointment needed! Walk-ins are always welcome. However, we recommend calling ahead during busy times to ensure minimal wait. You can reach us at (703) 754-2655."},
{
id: "2", title: "What payment methods do you accept?", content: "We accept cash, credit cards, and digital payment methods. All major credit cards are welcome."},
{
@@ -162,7 +162,7 @@ export default function LandingPage() {
id: "5", title: "What makes your barbershop special?", content: "We combine classic American barbering tradition with modern grooming techniques. Our experienced barbers deliver quality cuts, fades, and beard services in a relaxed, welcoming neighborhood atmosphere."},
]}
ctaTitle="Get in Touch"
ctaDescription="Call us to book your appointment or learn more about our services."
ctaDescription="Walk-ins welcome! Call now or visit during business hours—no appointment needed."
ctaButton={{
text: "Call (703) 754-2655", href: "tel:(703) 754-2655"}}
ctaIcon={Phone}
@@ -182,4 +182,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}