Update src/app/page.tsx

This commit is contained in:
2026-01-03 18:44:22 +00:00
parent 12cf7e7de6
commit d90bb295ec

View File

@@ -98,6 +98,10 @@ export default function BarbershopPage() {
{ {
text: "View Full Menu", text: "View Full Menu",
href: "contact" href: "contact"
},
{
text: "Book Service",
href: "contact"
} }
]} ]}
/> />