diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index e32e3c4..f196db9 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -76,6 +76,7 @@ export default function AboutPage() { { title: "Contact", items: [ { label: "tyler@localrankexperts.ca", href: "mailto:tyler@localrankexperts.ca" }, + { label: "(403) 850-8568", href: "tel:+14038508568" }, { label: "localrankexperts.ca", href: "https://localrankexperts.ca" }, ], }, @@ -85,4 +86,4 @@ export default function AboutPage() { ); -} +} \ No newline at end of file diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 72252f4..60ba505 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -47,8 +47,8 @@ export default function LandingPage() { title="Book Your Free GBP Audit" description="Fill out the form below or contact us directly. We respond within 24 hours." buttons={[ - { - text: "Book My Free Audit", href: "https://calendly.com/tyler-localrankexperts/30min"}, + { text: "Book My Free Audit", href: "https://calendly.com/tyler-localrankexperts/30min" }, + { text: "Call (403) 850-8568", href: "tel:+14038508568" } ]} /> @@ -81,6 +81,7 @@ export default function LandingPage() { title: "Contact", items: [ { label: "tyler@localrankexperts.ca", href: "mailto:tyler@localrankexperts.ca"}, + { label: "(403) 850-8568", href: "tel:+14038508568" }, { label: "localrankexperts.ca", href: "https://localrankexperts.ca"}, ], @@ -91,4 +92,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file diff --git a/src/app/page.tsx b/src/app/page.tsx index 8d981f0..309b0b7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -120,6 +120,7 @@ export default function LandingPage() { { title: "Contact", items: [ { label: "tyler@localrankexperts.ca", href: "mailto:tyler@localrankexperts.ca" }, + { label: "(403) 850-8568", href: "tel:+14038508568" }, { label: "localrankexperts.ca", href: "https://localrankexperts.ca" }, ], }, diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index 75f4d45..1495d51 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -90,6 +90,7 @@ export default function LandingPage() { title: "Contact", items: [ { label: "tyler@localrankexperts.ca", href: "mailto:tyler@localrankexperts.ca"}, + { label: "(403) 850-8568", href: "tel:+14038508568" }, { label: "localrankexperts.ca", href: "https://localrankexperts.ca"}, ], @@ -100,4 +101,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file