Merge version_4 into main #3

Merged
development merged 2 commits from version_4 into main 2026-01-03 17:47:57 +00:00
2 changed files with 4 additions and 4 deletions

View File

@@ -1266,4 +1266,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

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