From 1062797b04b0f349ee85db3776c3b89f4fae5c1a Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 20 Apr 2026 18:00:43 +0000 Subject: [PATCH 1/4] Update src/app/about/page.tsx --- src/app/about/page.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.49.1 From f2160a793efe489a18ea400c5b175300aa393303 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 20 Apr 2026 18:00:43 +0000 Subject: [PATCH 2/4] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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 -- 2.49.1 From cc28db481d2295988a66c67b655a7f9539d3ccb1 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 20 Apr 2026 18:00:44 +0000 Subject: [PATCH 3/4] Update src/app/page.tsx --- src/app/page.tsx | 1 + 1 file changed, 1 insertion(+) 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" }, ], }, -- 2.49.1 From e307cdaed4e91884fcbbf154ed10c7a2f2af1854 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 20 Apr 2026 18:00:44 +0000 Subject: [PATCH 4/4] Update src/app/services/page.tsx --- src/app/services/page.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.49.1