Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 11d6df1e44 | |||
| bfdc5d2557 | |||
| d0c59ffad5 | |||
| 292e5c933b | |||
| e28538a9ce | |||
| 7444eea1ba | |||
| 608e4a9425 |
@@ -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",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
|
|||||||
Reference in New Issue
Block a user