Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| b58359c794 | |||
| 95322a45fc |
@@ -1266,4 +1266,4 @@ export default function RootLayout({
|
|||||||
</ServiceWrapper>
|
</ServiceWrapper>
|
||||||
</html>
|
</html>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
@@ -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>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user