Update src/app/page.tsx

This commit is contained in:
2026-01-03 17:47:52 +00:00
parent 95322a45fc
commit b58359c794

View File

@@ -56,8 +56,8 @@ export default function BarbershopPage() {
href: "contact" href: "contact"
}, },
{ {
text: "Learn More", text: "Call Now",
href: "services" onClick: () => window.open("tel:+1234567890", "_self")
} }
]} ]}
/> />