diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx
index 570a3e8..2ea55fa 100644
--- a/src/app/contact/page.tsx
+++ b/src/app/contact/page.tsx
@@ -26,21 +26,13 @@ export default function LandingPage() {
@@ -50,16 +42,13 @@ export default function LandingPage() {
@@ -77,37 +66,23 @@ export default function LandingPage() {
logoText="Local Rank Experts"
columns={[
{
- title: "Navigation",
- items: [
+ title: "Navigation", items: [
{
- label: "Home",
- href: "/",
- },
+ label: "Home", href: "/"},
{
- label: "Services",
- href: "/services",
- },
+ label: "Services", href: "/services"},
{
- label: "About",
- href: "/about",
- },
+ label: "About", href: "/about"},
{
- label: "Contact",
- href: "/contact",
- },
+ label: "Contact", href: "/contact"},
],
},
{
- title: "Contact",
- items: [
+ title: "Contact", items: [
{
- label: "tyler@localrankexperts.ca",
- href: "mailto:tyler@localrankexperts.ca",
- },
+ label: "tyler@localrankexperts.ca", href: "mailto:tyler@localrankexperts.ca"},
{
- label: "localrankexperts.ca",
- href: "https://localrankexperts.ca",
- },
+ label: "localrankexperts.ca", href: "https://localrankexperts.ca"},
],
},
]}
@@ -116,4 +91,4 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file
diff --git a/src/app/page.tsx b/src/app/page.tsx
index 3775067..fbb8c21 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -43,7 +43,7 @@ export default function LandingPage() {
title="Calgary's Local SEO Specialists."
description="More calls. More customers. All from Google Maps. "
buttons={[
- { text: "Book Your Free GBP Audit", href: "/contact" },
+ { text: "Book Your Free GBP Audit", href: "https://calendly.com/tyler-localrankexperts/30min" },
]}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CVsKYOORG1QTC0iM3LA3BfvJY3/uploaded-1776697582356-a1c5dns3.png"
imageAlt="Professional, minimalist illustration representing local search and map optimization"
@@ -98,7 +98,7 @@ export default function LandingPage() {
title="Not sure where you stand on Google Maps?"
description="Find out for free with a comprehensive GBP audit."
buttons={[
- { text: "Book Your Free GBP Audit", href: "/contact" },
+ { text: "Book Your Free GBP Audit", href: "https://calendly.com/tyler-localrankexperts/30min" },
]}
/>