Compare commits
40 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 80ee1292e9 | |||
| e307cdaed4 | |||
| cc28db481d | |||
| f2160a793e | |||
| 1062797b04 | |||
| 02078919e8 | |||
| 14228d94bc | |||
| c9c0e4a4d5 | |||
| d8c7ee242e | |||
| 2b2196d535 | |||
| c4e9d068ed | |||
| 7121f3ee8e | |||
| f0060abdb0 | |||
| c05afbaaef | |||
| 2634dfbd21 | |||
| 63ad96e4f0 | |||
| ec7a263b7b | |||
| 8467e51bde | |||
| 8328c46502 | |||
| 96e077656f | |||
| 11d6df1e44 | |||
| bfdc5d2557 | |||
| d0c59ffad5 | |||
| 292e5c933b | |||
| e28538a9ce | |||
| 52a958d24e | |||
| 7444eea1ba | |||
| e9ebe6dda4 | |||
| 608e4a9425 | |||
| acd6e28f18 | |||
| d5b5dcca36 | |||
| 5b22c8ddb0 | |||
| 8abb1cf57b | |||
| dde885d54f | |||
| 26daff2ca7 | |||
| 51c02c4d9a | |||
| 3ae9c9a7d6 | |||
| 94607db51b | |||
| 0dd847e3b3 | |||
| c95cd8626f |
@@ -50,12 +50,12 @@ export default function AboutPage() {
|
||||
{
|
||||
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: "9 years as a pro hockey player taught me that preparation and execution win. I built Local Rank Experts on that same standard — every client gets a fully optimized profile, transparent reporting, and someone who actually cares about the result.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CVsKYOORG1QTC0iM3LA3BfvJY3/uploaded-1776707206107-w3hmpydo.jpg", imageAlt: "Icon of a business profile dashboard construction tool. Clean professional vector icon, minimalist, "
|
||||
},
|
||||
],
|
||||
},
|
||||
]}
|
||||
title="Our Philosophy"
|
||||
title="About Us "
|
||||
description="We are a small, focused agency where you get direct access to the experts doing the work."
|
||||
/>
|
||||
</div>
|
||||
@@ -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" },
|
||||
],
|
||||
},
|
||||
|
||||
@@ -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" },
|
||||
{ text: "Call (403) 850-8568", href: "tel:+14038508568" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -77,37 +66,24 @@ 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: "(403) 850-8568", href: "tel:+14038508568" },
|
||||
{
|
||||
label: "localrankexperts.ca",
|
||||
href: "https://localrankexperts.ca",
|
||||
},
|
||||
label: "localrankexperts.ca", href: "https://localrankexperts.ca"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -116,4 +92,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -6,10 +6,8 @@ import ContactCTA from '@/components/sections/contact/ContactCTA';
|
||||
import FeatureCardTwentyFour from '@/components/sections/feature/FeatureCardTwentyFour';
|
||||
import FooterMedia from '@/components/sections/footer/FooterMedia';
|
||||
import HeroBillboard from '@/components/sections/hero/HeroBillboard';
|
||||
import MetricCardOne from '@/components/sections/metrics/MetricCardOne';
|
||||
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
||||
import TextAbout from '@/components/sections/about/TextAbout';
|
||||
import { LineChart, MapPin, Target } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -45,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"
|
||||
@@ -75,15 +73,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "f1", title: "GBP Optimization", author: "Direct", description: "Full profile audit and optimization for maximum Google Maps visibility.", tags: [""],
|
||||
id: "f1", title: "GBP Optimization", author: "", 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"
|
||||
},
|
||||
{
|
||||
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: "", 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"
|
||||
},
|
||||
{
|
||||
id: "f3", title: "Citation Building", author: "Technical", description: "Consistent business listings across the web — a core ranking signal ", tags: [""],
|
||||
id: "f3", title: "Citation Building", author: "", 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"
|
||||
},
|
||||
]}
|
||||
@@ -92,22 +90,6 @@ export default function LandingPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="why-us" data-section="why-us">
|
||||
<MetricCardOne
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
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 },
|
||||
]}
|
||||
title="Why Local Rank Experts"
|
||||
description="We are Calgary's local SEO specialists."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="cta-banner" data-section="cta-banner">
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
@@ -116,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>
|
||||
@@ -138,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" },
|
||||
],
|
||||
},
|
||||
@@ -147,4 +130,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -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"
|
||||
/>
|
||||
@@ -60,41 +52,19 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
plans={[
|
||||
{
|
||||
id: "audit",
|
||||
badge: "Free",
|
||||
price: "$0",
|
||||
subtitle: "GBP Audit",
|
||||
features: [
|
||||
"In-depth profile audit",
|
||||
"Ranking feedback",
|
||||
"Actionable improvement list",
|
||||
],
|
||||
id: "audit", badge: "Free", price: "$0", subtitle: "GBP Audit", features: [
|
||||
"In-depth profile audit", "Ranking feedback", "Actionable improvement list"],
|
||||
},
|
||||
{
|
||||
id: "setup",
|
||||
badge: "Starting",
|
||||
price: "$300",
|
||||
subtitle: "GBP Setup",
|
||||
features: [
|
||||
"New profile setup",
|
||||
"Google verification guidance",
|
||||
"Category alignment",
|
||||
],
|
||||
id: "setup", badge: "Starting", price: "$300", subtitle: "GBP Setup", features: [
|
||||
"New profile setup", "Verification Support", "Category alignment"],
|
||||
},
|
||||
{
|
||||
id: "manage",
|
||||
badge: "Starting",
|
||||
price: "$500/mo",
|
||||
subtitle: "Monthly Management",
|
||||
features: [
|
||||
"Weekly posts",
|
||||
"Review management",
|
||||
"Monthly reports",
|
||||
"Rank tracking",
|
||||
],
|
||||
id: "manage", badge: "Starting", price: "$500/mo", subtitle: "Monthly Management", features: [
|
||||
"Weekly posts", "Review management", "Monthly Geo-Grid Reports", "Rank tracking"],
|
||||
},
|
||||
]}
|
||||
title="Our Services"
|
||||
title="Simple, Transparent Pricing "
|
||||
description="Professional local SEO pricing packages for home service businesses."
|
||||
/>
|
||||
</div>
|
||||
@@ -105,37 +75,24 @@ 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: "(403) 850-8568", href: "tel:+14038508568" },
|
||||
{
|
||||
label: "localrankexperts.ca",
|
||||
href: "https://localrankexperts.ca",
|
||||
},
|
||||
label: "localrankexperts.ca", href: "https://localrankexperts.ca"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -144,4 +101,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user