Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 177a9f6d94 | |||
| 5f3fce6e9d | |||
| d94a818c13 | |||
| 5dd9c1d7c8 | |||
| f891bb729c | |||
| 5db949a5a5 |
@@ -52,7 +52,7 @@ export default function LandingPage() {
|
||||
description="Experience the craftsmanship of a true barbershop—where every detail matters."
|
||||
buttons={[
|
||||
{
|
||||
text: "Get Directions", href: "#location"},
|
||||
text: "Book Your Cut Now", href: "#location"},
|
||||
{
|
||||
text: "Call Now", href: "tel:3045063238"},
|
||||
]}
|
||||
@@ -192,6 +192,8 @@ export default function LandingPage() {
|
||||
variant: "plain"}}
|
||||
text="Visit us at 519 E Main St, Bridgeport, WV 26330. Walk-ins welcome, Monday through Saturday."
|
||||
buttons={[
|
||||
{
|
||||
text: "Book Your Appointment", href: "#scheduler"},
|
||||
{
|
||||
text: "Get Directions", href: "https://maps.google.com"},
|
||||
{
|
||||
@@ -228,4 +230,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user