Merge version_5 into main #10

Merged
bender merged 1 commits from version_5 into main 2026-04-20 15:16:04 +00:00

View File

@@ -29,14 +29,10 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarStyleCentered
navItems={[
{
name: "Home", id: "/"},
{
name: "Services", id: "/services"},
{
name: "About", id: "/about"},
{
name: "Contact", id: "/contact"},
{ name: "Home", id: "/" },
{ name: "Services", id: "/services" },
{ name: "About", id: "/about" },
{ name: "Contact", id: "/contact" },
]}
brandName="Local Rank Experts"
/>
@@ -49,23 +45,18 @@ 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: "/contact" },
]}
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"
imageClassName="w-[30%] mx-auto block"
mediaAnimation="slide-up"
marqueeItems={[
{
type: "text", text: "Calgary SEO"},
{
type: "text", text: "Google Maps Ranking"},
{
type: "text", text: "GBP Audit"},
{
type: "text", text: "Local Citations"},
{
type: "text", text: "Review Management"},
{ type: "text", text: "Calgary SEO" },
{ type: "text", text: "Google Maps Ranking" },
{ type: "text", text: "GBP Audit" },
{ type: "text", text: "Local Citations" },
{ type: "text", text: "Review Management" },
]}
/>
</div>
@@ -84,17 +75,17 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
id: "f1", title: "GBP Optimization", author: "Direct", description: "Full audit and strategic setup of your profile for max visibility.", tags: [
"Optimization"],
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CVsKYOORG1QTC0iM3LA3BfvJY3/detailed-magnifying-glass-hovering-over--1776696797495-e99d9ec3.png"},
id: "f1", title: "GBP Optimization", author: "Direct", description: "Full audit and strategic setup of your profile for max visibility.", tags: ["Optimization"],
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CVsKYOORG1QTC0iM3LA3BfvJY3/detailed-magnifying-glass-hovering-over--1776696797495-e99d9ec3.png"
},
{
id: "f2", title: "Local SEO Management", author: "Ongoing", description: "Weekly posting, review management, and geo-grid tracking.", tags: [
"Strategy"],
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CVsKYOORG1QTC0iM3LA3BfvJY3/icon-of-a-rising-chart-and-gears-profess-1776696803967-25d49a80.png"},
id: "f2", title: "Local SEO Management", author: "Ongoing", description: "Weekly posting, review management, and geo-grid tracking.", tags: ["Strategy"],
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CVsKYOORG1QTC0iM3LA3BfvJY3/icon-of-a-rising-chart-and-gears-profess-1776696803967-25d49a80.png"
},
{
id: "f3", title: "Citation Building", author: "Technical", description: "Building and cleaning up your business listings web-wide.", tags: [
"Foundations"],
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CVsKYOORG1QTC0iM3LA3BfvJY3/icon-showing-interconnected-digital-mark-1776696818359-2dd31738.png"},
id: "f3", title: "Citation Building", author: "Technical", description: "Building and cleaning up your business listings web-wide.", tags: ["Foundations"],
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CVsKYOORG1QTC0iM3LA3BfvJY3/icon-showing-interconnected-digital-mark-1776696818359-2dd31738.png"
},
]}
title="What We Do"
description="Specialized local search services designed to get you found by local customers."
@@ -108,15 +99,9 @@ export default function LandingPage() {
gridVariant="uniform-all-items-equal"
useInvertedBackground={false}
metrics={[
{
id: "m1", value: "100%", title: "Calgary-focused", description: "We only work with businesses in the YYC region.", icon: MapPin,
},
{
id: "m2", value: "Local SEO", title: "Specialists", description: "No generalist marketing - just local maps.", icon: Target,
},
{
id: "m3", value: "Live", title: "Transparency", description: "You see exactly where you rank daily.", icon: LineChart,
},
{ id: "m1", value: "100%", title: "Calgary-focused", description: "We only work with businesses in the YYC region.", icon: MapPin },
{ id: "m2", value: "Local SEO", title: "Specialists", description: "No generalist marketing - just local maps.", icon: Target },
{ id: "m3", value: "Live", title: "Transparency", description: "You see exactly where you rank daily.", icon: LineChart },
]}
title="Why Local Rank Experts"
description="We are Calgary's local SEO specialists."
@@ -126,14 +111,12 @@ export default function LandingPage() {
<div id="cta-banner" data-section="cta-banner">
<ContactCTA
useInvertedBackground={false}
background={{
variant: "radial-gradient"}}
background={{ variant: "radial-gradient" }}
tag="FREE AUDIT"
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: "/contact" },
]}
/>
</div>
@@ -145,23 +128,17 @@ export default function LandingPage() {
copyrightText="© 2026 | Local Rank Experts"
columns={[
{
title: "Navigation", items: [
{
label: "Home", href: "/"},
{
label: "Services", href: "/services"},
{
label: "About", href: "/about"},
{
label: "Contact", href: "/contact"},
title: "Navigation", items: [
{ label: "Home", href: "/" },
{ label: "Services", href: "/services" },
{ label: "About", href: "/about" },
{ label: "Contact", href: "/contact" },
],
},
{
title: "Contact", items: [
{
label: "tyler@localrankexperts.ca", href: "mailto:tyler@localrankexperts.ca"},
{
label: "localrankexperts.ca", href: "https://localrankexperts.ca"},
title: "Contact", items: [
{ label: "tyler@localrankexperts.ca", href: "mailto:tyler@localrankexperts.ca" },
{ label: "localrankexperts.ca", href: "https://localrankexperts.ca" },
],
},
]}