Merge version_2 into main
Merge version_2 into main
This commit was merged in pull request #5.
This commit is contained in:
@@ -48,8 +48,7 @@ export default function LandingPage() {
|
||||
description="Honest pricing. Expert repairs. Trusted by Chicago drivers for years. We provide quality service at 4635 N Milwaukee Ave."
|
||||
buttons={[
|
||||
{
|
||||
text: "Call Now", onClick: (e) => {
|
||||
e.stopPropagation();
|
||||
text: "Call Now", onClick: () => {
|
||||
window.location.href = "tel:7737948636";
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user