Compare commits
10 Commits
version_12
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 80ee1292e9 | |||
| e307cdaed4 | |||
| cc28db481d | |||
| f2160a793e | |||
| 1062797b04 | |||
| 02078919e8 | |||
| c9c0e4a4d5 | |||
| 2b2196d535 | |||
| c4e9d068ed | |||
| 7121f3ee8e |
@@ -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>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -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>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -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" },
|
||||
],
|
||||
},
|
||||
|
||||
@@ -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>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user