10 Commits

Author SHA1 Message Date
80ee1292e9 Merge version_14 into main
Merge version_14 into main
2026-04-20 18:00:47 +00:00
e307cdaed4 Update src/app/services/page.tsx 2026-04-20 18:00:44 +00:00
cc28db481d Update src/app/page.tsx 2026-04-20 18:00:44 +00:00
f2160a793e Update src/app/contact/page.tsx 2026-04-20 18:00:43 +00:00
1062797b04 Update src/app/about/page.tsx 2026-04-20 18:00:43 +00:00
02078919e8 Merge version_12 into main
Merge version_12 into main
2026-04-20 17:50:25 +00:00
c9c0e4a4d5 Merge version_12 into main
Merge version_12 into main
2026-04-20 17:49:02 +00:00
2b2196d535 Switch to version 12: modified src/app/page.tsx 2026-04-20 17:43:52 +00:00
c4e9d068ed Merge version_13 into main
Merge version_13 into main
2026-04-20 17:42:57 +00:00
7121f3ee8e Update src/app/page.tsx 2026-04-20 17:42:54 +00:00
4 changed files with 9 additions and 5 deletions

View File

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

View File

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

View File

@@ -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" },
],
},

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>
);
}
}