6 Commits

Author SHA1 Message Date
177a9f6d94 Merge version_3 into main
Merge version_3 into main
2026-04-25 21:51:47 +00:00
5f3fce6e9d Update src/app/page.tsx 2026-04-25 21:51:44 +00:00
d94a818c13 Merge version_2 into main
Merge version_2 into main
2026-04-25 21:50:10 +00:00
5dd9c1d7c8 Update src/app/page.tsx 2026-04-25 21:50:04 +00:00
f891bb729c Merge version_1 into main
Merge version_1 into main
2026-04-25 21:49:10 +00:00
5db949a5a5 Merge version_1 into main
Merge version_1 into main
2026-04-25 21:48:40 +00:00

View File

@@ -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>
);
}
}