2 Commits

Author SHA1 Message Date
b58359c794 Update src/app/page.tsx 2026-01-03 17:47:52 +00:00
95322a45fc Update src/app/layout.tsx 2026-01-03 17:47:51 +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>
); );
} }