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