Compare commits
30 Commits
version_5
...
version_10
| Author | SHA1 | Date | |
|---|---|---|---|
| ec7a263b7b | |||
| 8328c46502 | |||
| 96e077656f | |||
| 11d6df1e44 | |||
| bfdc5d2557 | |||
| d0c59ffad5 | |||
| 292e5c933b | |||
| e28538a9ce | |||
| 52a958d24e | |||
| 7444eea1ba | |||
| e9ebe6dda4 | |||
| 608e4a9425 | |||
| acd6e28f18 | |||
| d5b5dcca36 | |||
| 5b22c8ddb0 | |||
| 8abb1cf57b | |||
| dde885d54f | |||
| 26daff2ca7 | |||
| 51c02c4d9a | |||
| 3ae9c9a7d6 | |||
| 94607db51b | |||
| d7cc1eb6e9 | |||
| 0dd847e3b3 | |||
| 52eea4c262 | |||
| c95cd8626f | |||
| 37ef8bdf29 | |||
| 38d8a9cb01 | |||
| 298b3f0778 | |||
| 20f9a7736b | |||
| ad15249f17 |
@@ -50,12 +50,12 @@ export default function AboutPage() {
|
|||||||
{
|
{
|
||||||
id: "g1", groupTitle: "Founder", members: [
|
id: "g1", groupTitle: "Founder", members: [
|
||||||
{
|
{
|
||||||
id: "m1", title: "Tyler", subtitle: "Founder", detail: "Former pro athlete turned SEO specialist, hyper-focused on Calgary local search growth.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CVsKYOORG1QTC0iM3LA3BfvJY3/icon-of-a-business-profile-dashboard-con-1776696811248-88e16e87.png", imageAlt: "Icon of a business profile dashboard construction tool. Clean professional vector icon, minimalist, "
|
id: "m1", title: "Tyler Wong", subtitle: "Founder", detail: "Former pro athlete turned SEO specialist, hyper-focused on Calgary local search growth.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CVsKYOORG1QTC0iM3LA3BfvJY3/icon-of-a-business-profile-dashboard-con-1776696811248-88e16e87.png", imageAlt: "Icon of a business profile dashboard construction tool. Clean professional vector icon, minimalist, "
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
title="Our Philosophy"
|
title="Who We Are "
|
||||||
description="We are a small, focused agency where you get direct access to the experts doing the work."
|
description="We are a small, focused agency where you get direct access to the experts doing the work."
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -26,21 +26,13 @@ export default function LandingPage() {
|
|||||||
<NavbarStyleCentered
|
<NavbarStyleCentered
|
||||||
navItems={[
|
navItems={[
|
||||||
{
|
{
|
||||||
name: "Home",
|
name: "Home", id: "/"},
|
||||||
id: "/",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Services",
|
name: "Services", id: "/services"},
|
||||||
id: "/services",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "About",
|
name: "About", id: "/about"},
|
||||||
id: "/about",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Contact",
|
name: "Contact", id: "/contact"},
|
||||||
id: "/contact",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
brandName="Local Rank Experts"
|
brandName="Local Rank Experts"
|
||||||
/>
|
/>
|
||||||
@@ -50,16 +42,13 @@ export default function LandingPage() {
|
|||||||
<ContactCTA
|
<ContactCTA
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
background={{
|
background={{
|
||||||
variant: "plain",
|
variant: "plain"}}
|
||||||
}}
|
|
||||||
tag="Let's Talk"
|
tag="Let's Talk"
|
||||||
title="Book Your Free GBP Audit"
|
title="Book Your Free GBP Audit"
|
||||||
description="Fill out the form below or contact us directly. We respond within 24 hours."
|
description="Fill out the form below or contact us directly. We respond within 24 hours."
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Book My Free Audit",
|
text: "Book My Free Audit", href: "https://calendly.com/tyler-localrankexperts/30min"},
|
||||||
href: "/contact",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -77,37 +66,23 @@ export default function LandingPage() {
|
|||||||
logoText="Local Rank Experts"
|
logoText="Local Rank Experts"
|
||||||
columns={[
|
columns={[
|
||||||
{
|
{
|
||||||
title: "Navigation",
|
title: "Navigation", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "Home",
|
label: "Home", href: "/"},
|
||||||
href: "/",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Services",
|
label: "Services", href: "/services"},
|
||||||
href: "/services",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "About",
|
label: "About", href: "/about"},
|
||||||
href: "/about",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Contact",
|
label: "Contact", href: "/contact"},
|
||||||
href: "/contact",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Contact",
|
title: "Contact", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "tyler@localrankexperts.ca",
|
label: "tyler@localrankexperts.ca", href: "mailto:tyler@localrankexperts.ca"},
|
||||||
href: "mailto:tyler@localrankexperts.ca",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "localrankexperts.ca",
|
label: "localrankexperts.ca", href: "https://localrankexperts.ca"},
|
||||||
href: "https://localrankexperts.ca",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
|
|||||||
213
src/app/page.tsx
213
src/app/page.tsx
@@ -5,11 +5,10 @@ import ReactLenis from "lenis/react";
|
|||||||
import ContactCTA from '@/components/sections/contact/ContactCTA';
|
import ContactCTA from '@/components/sections/contact/ContactCTA';
|
||||||
import FeatureCardTwentyFour from '@/components/sections/feature/FeatureCardTwentyFour';
|
import FeatureCardTwentyFour from '@/components/sections/feature/FeatureCardTwentyFour';
|
||||||
import FooterMedia from '@/components/sections/footer/FooterMedia';
|
import FooterMedia from '@/components/sections/footer/FooterMedia';
|
||||||
import HeroBillboard from '@/components/sections/hero/HeroBillboard';
|
import HeroBillboardDashboard from '@/components/sections/hero/HeroBillboardDashboard';
|
||||||
import MetricCardOne from '@/components/sections/metrics/MetricCardOne';
|
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
||||||
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
|
||||||
import TextAbout from '@/components/sections/about/TextAbout';
|
import TextAbout from '@/components/sections/about/TextAbout';
|
||||||
import { LineChart, MapPin, Target } from "lucide-react";
|
import { Target, BarChart3, Search, Settings } from 'lucide-react';
|
||||||
|
|
||||||
export default function LandingPage() {
|
export default function LandingPage() {
|
||||||
return (
|
return (
|
||||||
@@ -26,124 +25,104 @@ export default function LandingPage() {
|
|||||||
headingFontWeight="normal"
|
headingFontWeight="normal"
|
||||||
>
|
>
|
||||||
<ReactLenis root>
|
<ReactLenis root>
|
||||||
<div id="nav" data-section="nav">
|
<div id="nav" data-section="nav">
|
||||||
<NavbarStyleCentered
|
<NavbarLayoutFloatingOverlay
|
||||||
navItems={[
|
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"
|
brandName="Local Rank Experts"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroBillboard
|
<HeroBillboardDashboard
|
||||||
background={{
|
title="Calgary's Local SEO Specialists."
|
||||||
variant: "gradient-bars"}}
|
description="More calls. More customers. All from Google Maps."
|
||||||
title="Calgary's Local SEO Specialists."
|
background={{ variant: "radial-gradient" }}
|
||||||
description="More calls. More customers. All from Google Maps. "
|
buttons={[{ text: "Book Your Free GBP Audit", href: "https://calendly.com/tyler-localrankexperts/30min" }]}
|
||||||
buttons={[
|
dashboard={{
|
||||||
{ text: "Book Your Free GBP Audit", href: "/contact" },
|
title: "Performance Metrics", logoIcon: Target,
|
||||||
]}
|
sidebarItems: [{ icon: Search, active: true }, { icon: BarChart3 }, { icon: Settings }],
|
||||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CVsKYOORG1QTC0iM3LA3BfvJY3/uploaded-1776697582356-a1c5dns3.png"
|
buttons: [{ text: "Get Audit" }],
|
||||||
imageAlt="Professional, minimalist illustration representing local search and map optimization"
|
chartTitle: "Rank Growth", chartData: [{ value: 45 }, { value: 65 }, { value: 85 }, { value: 92 }],
|
||||||
imageClassName="w-[30%] mx-auto block"
|
listItems: [{ icon: Target, title: "GBP Audit", status: "Complete" }],
|
||||||
mediaAnimation="slide-up"
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CVsKYOORG1QTC0iM3LA3BfvJY3/uploaded-1776697582356-a1c5dns3.png", stats: [
|
||||||
marqueeItems={[
|
{ title: "Calls", values: [120, 150, 180], description: "Monthly calls" },
|
||||||
{ type: "text", text: "Calgary SEO" },
|
{ title: "Clicks", values: [800, 950, 1200], description: "Monthly clicks" },
|
||||||
{ type: "text", text: "Google Maps Ranking" },
|
{ title: "Growth", values: [15, 25, 40], description: "Quarterly growth %" }
|
||||||
{ type: "text", text: "GBP Audit" },
|
]
|
||||||
{ type: "text", text: "Local Citations" },
|
}}
|
||||||
{ type: "text", text: "Review Management" },
|
/>
|
||||||
]}
|
</div>
|
||||||
/>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div id="problem" data-section="problem">
|
<div id="problem" data-section="problem">
|
||||||
<TextAbout
|
<TextAbout
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
title="Most businesses show up. Few businesses get chosen. Google's Map Pack shows 3 results. Those 3 businesses get 80% of the clicks, calls, and customers — everyone else is invisible. The difference isn't luck. It's not your website. It's whether your Google Business Profile tells Google exactly who you are, where you are, and why you're the best option. That's what we fix. "
|
title="Most businesses show up. Few businesses get chosen. Google's Map Pack shows 3 results. Those 3 businesses get 80% of the clicks, calls, and customers — everyone else is invisible. The difference isn't luck. It's not your website. It's whether your Google Business Profile tells Google exactly who you are, where you are, and why you're the best option. That's what we fix. "
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="services-list" data-section="services-list">
|
<div id="services-list" data-section="services-list">
|
||||||
<FeatureCardTwentyFour
|
<FeatureCardTwentyFour
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
textboxLayout="split"
|
textboxLayout="split"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
features={[
|
features={[
|
||||||
{
|
{
|
||||||
id: "f1", title: "GBP Optimization", author: "Direct", description: "We audit every field, fix what's broken, and optimize your profile so Google knows exactly who you are and where you serve", tags: [""],
|
id: "f1", title: "GBP Optimization", author: "Direct", description: "Full profile audit and optimization for maximum Google Maps visibility.", tags: [""],
|
||||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CVsKYOORG1QTC0iM3LA3BfvJY3/detailed-magnifying-glass-hovering-over--1776696797495-e99d9ec3.png"
|
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: [""],
|
id: "f2", title: "Local SEO Management", author: "Ongoing", description: "Weekly posting, review management, and geo-grid tracking.", tags: [""],
|
||||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CVsKYOORG1QTC0iM3LA3BfvJY3/icon-of-a-rising-chart-and-gears-profess-1776696803967-25d49a80.png"
|
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: [""],
|
id: "f3", title: "Citation Building", author: "Technical", description: "Consistent business listings across the web — a core ranking signal ", tags: [""],
|
||||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CVsKYOORG1QTC0iM3LA3BfvJY3/icon-showing-interconnected-digital-mark-1776696818359-2dd31738.png"
|
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"
|
title="What We Do"
|
||||||
description="Specialized local search services designed to get you found by local customers."
|
description="Specialized local search services designed to get you found by local customers."
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="why-us" data-section="why-us">
|
<div id="cta-banner" data-section="cta-banner">
|
||||||
<MetricCardOne
|
<ContactCTA
|
||||||
animationType="slide-up"
|
useInvertedBackground={false}
|
||||||
textboxLayout="default"
|
background={{ variant: "radial-gradient" }}
|
||||||
gridVariant="uniform-all-items-equal"
|
tag="FREE AUDIT"
|
||||||
useInvertedBackground={false}
|
title="Not sure where you stand on Google Maps?"
|
||||||
metrics={[
|
description="Find out for free with a comprehensive GBP audit."
|
||||||
{ id: "m1", value: "100%", title: "Calgary-focused", description: "We only work with businesses in the YYC region.", icon: MapPin },
|
buttons={[{ text: "Book Your Free GBP Audit", href: "https://calendly.com/tyler-localrankexperts/30min" }]}
|
||||||
{ 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 },
|
</div>
|
||||||
]}
|
|
||||||
title="Why Local Rank Experts"
|
|
||||||
description="We are Calgary's local SEO specialists."
|
|
||||||
/>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div id="cta-banner" data-section="cta-banner">
|
<div id="footer" data-section="footer">
|
||||||
<ContactCTA
|
<FooterMedia
|
||||||
useInvertedBackground={false}
|
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CVsKYOORG1QTC0iM3LA3BfvJY3/clean-modern-abstract-background-with-te-1776696827623-ef39d5b1.png?_wi=1"
|
||||||
background={{ variant: "radial-gradient" }}
|
logoText="Local Rank Experts"
|
||||||
tag="FREE AUDIT"
|
copyrightText="© 2026 | Local Rank Experts"
|
||||||
title="Not sure where you stand on Google Maps?"
|
columns={[
|
||||||
description="Find out for free with a comprehensive GBP audit."
|
{
|
||||||
buttons={[
|
title: "Navigation", items: [
|
||||||
{ text: "Book Your Free GBP Audit", href: "/contact" },
|
{ label: "Home", href: "/" },
|
||||||
]}
|
{ label: "Services", href: "/services" },
|
||||||
/>
|
{ label: "About", href: "/about" },
|
||||||
</div>
|
{ label: "Contact", href: "/contact" },
|
||||||
|
],
|
||||||
<div id="footer" data-section="footer">
|
},
|
||||||
<FooterMedia
|
{
|
||||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CVsKYOORG1QTC0iM3LA3BfvJY3/clean-modern-abstract-background-with-te-1776696827623-ef39d5b1.png?_wi=1"
|
title: "Contact", items: [
|
||||||
logoText="Local Rank Experts"
|
{ label: "tyler@localrankexperts.ca", href: "mailto:tyler@localrankexperts.ca" },
|
||||||
copyrightText="© 2026 | Local Rank Experts"
|
{ label: "localrankexperts.ca", href: "https://localrankexperts.ca" },
|
||||||
columns={[
|
],
|
||||||
{
|
},
|
||||||
title: "Navigation", items: [
|
]}
|
||||||
{ label: "Home", href: "/" },
|
/>
|
||||||
{ label: "Services", href: "/services" },
|
</div>
|
||||||
{ 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" },
|
|
||||||
],
|
|
||||||
},
|
|
||||||
]}
|
|
||||||
/>
|
|
||||||
</div>
|
|
||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
|
|||||||
@@ -26,21 +26,13 @@ export default function LandingPage() {
|
|||||||
<NavbarStyleCentered
|
<NavbarStyleCentered
|
||||||
navItems={[
|
navItems={[
|
||||||
{
|
{
|
||||||
name: "Home",
|
name: "Home", id: "/"},
|
||||||
id: "/",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Services",
|
name: "Services", id: "/services"},
|
||||||
id: "/services",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "About",
|
name: "About", id: "/about"},
|
||||||
id: "/about",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Contact",
|
name: "Contact", id: "/contact"},
|
||||||
id: "/contact",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
brandName="Local Rank Experts"
|
brandName="Local Rank Experts"
|
||||||
/>
|
/>
|
||||||
@@ -60,41 +52,19 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
plans={[
|
plans={[
|
||||||
{
|
{
|
||||||
id: "audit",
|
id: "audit", badge: "Free", price: "$0", subtitle: "GBP Audit", features: [
|
||||||
badge: "Free",
|
"In-depth profile audit", "Ranking feedback", "Actionable improvement list"],
|
||||||
price: "$0",
|
|
||||||
subtitle: "GBP Audit",
|
|
||||||
features: [
|
|
||||||
"In-depth profile audit",
|
|
||||||
"Ranking feedback",
|
|
||||||
"Actionable improvement list",
|
|
||||||
],
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "setup",
|
id: "setup", badge: "Starting", price: "$300", subtitle: "GBP Setup", features: [
|
||||||
badge: "Starting",
|
"New profile setup", "Verification Support", "Category alignment"],
|
||||||
price: "$300",
|
|
||||||
subtitle: "GBP Setup",
|
|
||||||
features: [
|
|
||||||
"New profile setup",
|
|
||||||
"Google verification guidance",
|
|
||||||
"Category alignment",
|
|
||||||
],
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "manage",
|
id: "manage", badge: "Starting", price: "$500/mo", subtitle: "Monthly Management", features: [
|
||||||
badge: "Starting",
|
"Weekly posts", "Review management", "Monthly Geo-Grid Reports", "Rank tracking"],
|
||||||
price: "$500/mo",
|
|
||||||
subtitle: "Monthly Management",
|
|
||||||
features: [
|
|
||||||
"Weekly posts",
|
|
||||||
"Review management",
|
|
||||||
"Monthly reports",
|
|
||||||
"Rank tracking",
|
|
||||||
],
|
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
title="Our Services"
|
title="Simple, Transparent Pricing "
|
||||||
description="Professional local SEO pricing packages for home service businesses."
|
description="Professional local SEO pricing packages for home service businesses."
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -105,37 +75,23 @@ export default function LandingPage() {
|
|||||||
logoText="Local Rank Experts"
|
logoText="Local Rank Experts"
|
||||||
columns={[
|
columns={[
|
||||||
{
|
{
|
||||||
title: "Navigation",
|
title: "Navigation", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "Home",
|
label: "Home", href: "/"},
|
||||||
href: "/",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Services",
|
label: "Services", href: "/services"},
|
||||||
href: "/services",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "About",
|
label: "About", href: "/about"},
|
||||||
href: "/about",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Contact",
|
label: "Contact", href: "/contact"},
|
||||||
href: "/contact",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Contact",
|
title: "Contact", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "tyler@localrankexperts.ca",
|
label: "tyler@localrankexperts.ca", href: "mailto:tyler@localrankexperts.ca"},
|
||||||
href: "mailto:tyler@localrankexperts.ca",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "localrankexperts.ca",
|
label: "localrankexperts.ca", href: "https://localrankexperts.ca"},
|
||||||
href: "https://localrankexperts.ca",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
|
|||||||
Reference in New Issue
Block a user