14 Commits

Author SHA1 Message Date
c05afbaaef Update src/app/page.tsx 2026-04-20 17:36:34 +00:00
2634dfbd21 Switch to version 9: modified src/app/page.tsx 2026-04-20 17:33:23 +00:00
63ad96e4f0 Merge version_10 into main
Merge version_10 into main
2026-04-20 16:07:18 +00:00
ec7a263b7b Update src/app/page.tsx 2026-04-20 16:07:11 +00:00
8467e51bde Merge version_10 into main
Merge version_10 into main
2026-04-20 16:06:42 +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
7444eea1ba Merge version_8 into main
Merge version_8 into main
2026-04-20 15:47:46 +00:00
608e4a9425 Merge version_8 into main
Merge version_8 into main
2026-04-20 15:45:26 +00:00
4 changed files with 23 additions and 67 deletions

View File

@@ -73,15 +73,15 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
features={[ 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" 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" 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" imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CVsKYOORG1QTC0iM3LA3BfvJY3/icon-showing-interconnected-digital-mark-1776696818359-2dd31738.png"
}, },
]} ]}

View File

@@ -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,38 +52,16 @@ 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",
"Verification Support",
"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 Geo-Grid Reports",
"Rank tracking",
],
}, },
]} ]}
title="Simple, Transparent Pricing " title="Simple, Transparent Pricing "
@@ -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",
},
], ],
}, },
]} ]}