Merge version_8 into main #20

Merged
bender merged 2 commits from version_8 into main 2026-04-20 15:45:26 +00:00
2 changed files with 17 additions and 42 deletions

View File

@@ -26,21 +26,13 @@ export default function LandingPage() {
<NavbarStyleCentered
navItems={[
{
name: "Home",
id: "/",
},
name: "Home", id: "/"},
{
name: "Services",
id: "/services",
},
name: "Services", id: "/services"},
{
name: "About",
id: "/about",
},
name: "About", id: "/about"},
{
name: "Contact",
id: "/contact",
},
name: "Contact", id: "/contact"},
]}
brandName="Local Rank Experts"
/>
@@ -50,16 +42,13 @@ export default function LandingPage() {
<ContactCTA
useInvertedBackground={false}
background={{
variant: "plain",
}}
variant: "plain"}}
tag="Let's Talk"
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: "/contact",
},
text: "Book My Free Audit", href: "https://calendly.com/tyler-localrankexperts/30min"},
]}
/>
</div>
@@ -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() {
</ReactLenis>
</ThemeProvider>
);
}
}

View File

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