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> </ServiceWrapper>
</html> </html>
); );
} }

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")
} }
]} ]}
/> />
@@ -281,4 +281,4 @@ export default function BarbershopPage() {
</div> </div>
</ThemeProvider> </ThemeProvider>
); );
} }