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