From 292e5c933b301e4d2b69a11d2b31fd5fa336832e Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 20 Apr 2026 15:56:13 +0000 Subject: [PATCH 1/4] Update src/app/about/page.tsx --- src/app/about/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index f38a0b0..073e657 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -85,4 +85,4 @@ export default function AboutPage() { ); -} \ No newline at end of file +} -- 2.49.1 From d0c59ffad5afcd0b65cb2483e1a19a2c736c663f Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 20 Apr 2026 15:56:14 +0000 Subject: [PATCH 2/4] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 2ea55fa..72252f4 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -91,4 +91,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +} -- 2.49.1 From bfdc5d2557e4adfa39dd236fd5fa99c4453bf821 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 20 Apr 2026 15:56:14 +0000 Subject: [PATCH 3/4] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index fbb8c21..1e21935 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -129,4 +129,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +} -- 2.49.1 From 11d6df1e44febbf4f07500408d6c3ab12108a339 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 20 Apr 2026 15:56:15 +0000 Subject: [PATCH 4/4] Update src/app/services/page.tsx --- src/app/services/page.tsx | 80 +++++++++------------------------------ 1 file changed, 18 insertions(+), 62 deletions(-) diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index 543e579..75f4d45 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -26,21 +26,13 @@ export default function LandingPage() { @@ -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"}, ], }, ]} -- 2.49.1