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"
},
{
text: "Learn More",
href: "services"
text: "Call Now",
onClick: () => window.open("tel:+1234567890", "_self")
}
]}
/>
@@ -281,4 +281,4 @@ export default function BarbershopPage() {
</div>
</ThemeProvider>
);
}
}