Merge version_9 into main #23

Merged
bender merged 4 commits from version_9 into main 2026-04-20 15:56:18 +00:00
4 changed files with 21 additions and 65 deletions

View File

@@ -85,4 +85,4 @@ export default function AboutPage() {
</ReactLenis>
</ThemeProvider>
);
}
}

View File

@@ -91,4 +91,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}

View File

@@ -129,4 +129,4 @@ export default function LandingPage() {
</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,38 +52,16 @@ 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",
"Verification Support",
"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 Geo-Grid 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="Simple, Transparent Pricing "
@@ -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"},
],
},
]}