Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 1cddc398a6 | |||
| 2c7274988c | |||
| 0d5c752012 |
@@ -1416,4 +1416,4 @@ export default function RootLayout({
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -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>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user