Update src/app/services/page.tsx

This commit is contained in:
2026-04-20 18:00:44 +00:00
parent cc28db481d
commit e307cdaed4

View File

@@ -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() {
</ReactLenis>
</ThemeProvider>
);
}
}