37 Commits

Author SHA1 Message Date
ec7a263b7b Update src/app/page.tsx 2026-04-20 16:07:11 +00:00
8328c46502 Update src/app/page.tsx 2026-04-20 16:06:39 +00:00
96e077656f Merge version_9 into main
Merge version_9 into main
2026-04-20 15:56:18 +00:00
11d6df1e44 Update src/app/services/page.tsx 2026-04-20 15:56:15 +00:00
bfdc5d2557 Update src/app/page.tsx 2026-04-20 15:56:14 +00:00
d0c59ffad5 Update src/app/contact/page.tsx 2026-04-20 15:56:14 +00:00
292e5c933b Update src/app/about/page.tsx 2026-04-20 15:56:13 +00:00
e28538a9ce Merge version_8 into main
Merge version_8 into main
2026-04-20 15:48:29 +00:00
52a958d24e Update src/app/about/page.tsx 2026-04-20 15:48:26 +00:00
7444eea1ba Merge version_8 into main
Merge version_8 into main
2026-04-20 15:47:46 +00:00
e9ebe6dda4 Update src/app/about/page.tsx 2026-04-20 15:47:42 +00:00
608e4a9425 Merge version_8 into main
Merge version_8 into main
2026-04-20 15:45:26 +00:00
acd6e28f18 Update src/app/page.tsx 2026-04-20 15:45:22 +00:00
d5b5dcca36 Update src/app/contact/page.tsx 2026-04-20 15:45:22 +00:00
5b22c8ddb0 Merge version_7 into main
Merge version_7 into main
2026-04-20 15:39:20 +00:00
8abb1cf57b Update src/app/services/page.tsx 2026-04-20 15:39:17 +00:00
dde885d54f Merge version_7 into main
Merge version_7 into main
2026-04-20 15:37:56 +00:00
26daff2ca7 Update src/app/services/page.tsx 2026-04-20 15:37:53 +00:00
51c02c4d9a Merge version_7 into main
Merge version_7 into main
2026-04-20 15:33:14 +00:00
3ae9c9a7d6 Update src/app/page.tsx 2026-04-20 15:33:08 +00:00
94607db51b Merge version_6 into main
Merge version_6 into main
2026-04-20 15:31:14 +00:00
d7cc1eb6e9 Update src/app/page.tsx 2026-04-20 15:31:10 +00:00
0dd847e3b3 Merge version_6 into main
Merge version_6 into main
2026-04-20 15:29:51 +00:00
52eea4c262 Update src/app/page.tsx 2026-04-20 15:29:47 +00:00
c95cd8626f Merge version_6 into main
Merge version_6 into main
2026-04-20 15:27:35 +00:00
37ef8bdf29 Update src/app/page.tsx 2026-04-20 15:27:29 +00:00
38d8a9cb01 Merge version_5 into main
Merge version_5 into main
2026-04-20 15:27:08 +00:00
d10b3427af Update src/app/page.tsx 2026-04-20 15:27:04 +00:00
298b3f0778 Merge version_5 into main
Merge version_5 into main
2026-04-20 15:24:39 +00:00
84d994e2a4 Update src/app/page.tsx 2026-04-20 15:24:36 +00:00
20f9a7736b Merge version_5 into main
Merge version_5 into main
2026-04-20 15:22:29 +00:00
8fec597468 Update src/app/page.tsx 2026-04-20 15:22:25 +00:00
ad15249f17 Merge version_5 into main
Merge version_5 into main
2026-04-20 15:16:04 +00:00
25509db9f5 Update src/app/page.tsx 2026-04-20 15:16:00 +00:00
2031fbd5f2 Merge version_4 into main
Merge version_4 into main
2026-04-20 15:15:30 +00:00
7e8b25b8e2 Merge version_4 into main
Merge version_4 into main
2026-04-20 15:12:18 +00:00
67a873c989 Merge version_4 into main
Merge version_4 into main
2026-04-20 15:09:42 +00:00
4 changed files with 133 additions and 246 deletions

View File

@@ -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: "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."
/>
</div>
@@ -85,4 +85,4 @@ export default function AboutPage() {
</ReactLenis>
</ThemeProvider>
);
}
}

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

View File

@@ -5,11 +5,10 @@ import ReactLenis from "lenis/react";
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 HeroBillboardDashboard from '@/components/sections/hero/HeroBillboardDashboard';
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
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() {
return (
@@ -26,148 +25,105 @@ export default function LandingPage() {
headingFontWeight="normal"
>
<ReactLenis root>
<div id="nav" data-section="nav">
<NavbarStyleCentered
navItems={[
{
name: "Home", id: "/"},
{
name: "Services", id: "/services"},
{
name: "About", id: "/about"},
{
name: "Contact", id: "/contact"},
]}
brandName="Local Rank Experts"
/>
</div>
<div id="nav" data-section="nav">
<NavbarLayoutFloatingOverlay
navItems={[
{ name: "Home", id: "/" },
{ name: "Services", id: "/services" },
{ name: "About", id: "/about" },
{ name: "Contact", id: "/contact" },
]}
brandName="Local Rank Experts"
/>
</div>
<div id="hero" data-section="hero">
<HeroBillboard
background={{
variant: "gradient-bars"}}
title="Calgary's Local SEO Specialists."
description="More calls. More customers. All from Google Maps. "
buttons={[
{
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"
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"},
]}
/>
</div>
<div id="hero" data-section="hero">
<HeroBillboardDashboard
title="Calgary's Local SEO Specialists."
description="More calls. More customers. All from Google Maps."
background={{ variant: "radial-gradient" }}
buttons={[{ text: "Book Your Free GBP Audit", href: "https://calendly.com/tyler-localrankexperts/30min" }]}
dashboard={{
title: "Performance Metrics", logoIcon: Target,
sidebarItems: [{ icon: Search, active: true }, { icon: BarChart3 }, { icon: Settings }],
buttons: [{ text: "Get Audit" }],
chartTitle: "Rank Growth", chartData: [{ value: 45 }, { value: 65 }, { value: 85 }, { value: 92 }],
listItems: [{ icon: Target, title: "GBP Audit", status: "Complete" }],
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CVsKYOORG1QTC0iM3LA3BfvJY3/uploaded-1776697582356-a1c5dns3.png", stats: [
{ title: "Calls", values: [120, 150, 180], description: "Monthly calls" },
{ title: "Clicks", values: [800, 950, 1200], description: "Monthly clicks" },
{ title: "Growth", values: [15, 25, 40], description: "Quarterly growth %" }
]
}}
/>
</div>
<div id="problem" data-section="problem">
<TextAbout
useInvertedBackground={false}
title="Most Calgary businesses have a Google Business Profile. Very few have it set up correctly. If you're not showing up in the top 3 results on Google Maps, you're losing customers to competitors who are — regardless of who's actually better."
/>
</div>
<div id="problem" data-section="problem">
<TextAbout
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. "
/>
</div>
<div id="services-list" data-section="services-list">
<FeatureCardTwentyFour
animationType="slide-up"
textboxLayout="split"
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: "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"},
]}
title="What We Do"
description="Specialized local search services designed to get you found by local customers."
/>
</div>
<div id="services-list" data-section="services-list">
<FeatureCardTwentyFour
animationType="slide-up"
textboxLayout="split"
useInvertedBackground={false}
features={[
{
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"
},
{
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"
},
{
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"
},
]}
title="What We Do"
description="Specialized local search services designed to get you found by local customers."
/>
</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}
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: "https://calendly.com/tyler-localrankexperts/30min" }]}
/>
</div>
<div id="cta-banner" data-section="cta-banner">
<ContactCTA
useInvertedBackground={false}
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"},
]}
/>
</div>
<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"
logoText="Local Rank Experts"
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: "Contact", items: [
{
label: "tyler@localrankexperts.ca", href: "mailto:tyler@localrankexperts.ca"},
{
label: "localrankexperts.ca", href: "https://localrankexperts.ca"},
],
},
]}
/>
</div>
<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"
logoText="Local Rank Experts"
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: "Contact", items: [
{ label: "tyler@localrankexperts.ca", href: "mailto:tyler@localrankexperts.ca" },
{ label: "localrankexperts.ca", href: "https://localrankexperts.ca" },
],
},
]}
/>
</div>
</ReactLenis>
</ThemeProvider>
);
}
}

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