From 25509db9f5c9f7e0c8a9c6cfbf45b713cbef38ab Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 20 Apr 2026 15:16:00 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 89 ++++++++++++++++++------------------------------ 1 file changed, 33 insertions(+), 56 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index eb9b4e7..ad944c8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,14 +29,10 @@ export default function LandingPage() { @@ -84,17 +75,17 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - id: "f1", title: "GBP Optimization", author: "Direct", description: "Full audit and strategic setup of your profile for max visibility.", tags: [ - "Optimization"], - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CVsKYOORG1QTC0iM3LA3BfvJY3/detailed-magnifying-glass-hovering-over--1776696797495-e99d9ec3.png"}, + id: "f1", title: "GBP Optimization", author: "Direct", description: "Full audit and strategic setup of your profile for max visibility.", tags: ["Optimization"], + 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: [ - "Strategy"], - 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: "f2", title: "Local SEO Management", author: "Ongoing", description: "Weekly posting, review management, and geo-grid tracking.", tags: ["Strategy"], + 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: "Building and cleaning up your business listings web-wide.", tags: [ - "Foundations"], - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CVsKYOORG1QTC0iM3LA3BfvJY3/icon-showing-interconnected-digital-mark-1776696818359-2dd31738.png"}, + id: "f3", title: "Citation Building", author: "Technical", description: "Building and cleaning up your business listings web-wide.", tags: ["Foundations"], + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CVsKYOORG1QTC0iM3LA3BfvJY3/icon-showing-interconnected-digital-mark-1776696818359-2dd31738.png" + }, ]} title="What We Do" description="Specialized local search services designed to get you found by local customers." @@ -108,15 +99,9 @@ export default function LandingPage() { gridVariant="uniform-all-items-equal" useInvertedBackground={false} metrics={[ - { - id: "m1", value: "100%", title: "Calgary-focused", description: "We only work with businesses in the YYC region.", icon: MapPin, - }, - { - id: "m2", value: "Local SEO", title: "Specialists", description: "No generalist marketing - just local maps.", icon: Target, - }, - { - id: "m3", value: "Live", title: "Transparency", description: "You see exactly where you rank daily.", icon: LineChart, - }, + { id: "m1", value: "100%", title: "Calgary-focused", description: "We only work with businesses in the YYC region.", icon: MapPin }, + { id: "m2", value: "Local SEO", title: "Specialists", description: "No generalist marketing - just local maps.", icon: Target }, + { id: "m3", value: "Live", title: "Transparency", description: "You see exactly where you rank daily.", icon: LineChart }, ]} title="Why Local Rank Experts" description="We are Calgary's local SEO specialists." @@ -126,14 +111,12 @@ export default function LandingPage() {
@@ -145,23 +128,17 @@ export default function LandingPage() { copyrightText="© 2026 | Local Rank Experts" columns={[ { - title: "Navigation", items: [ - { - label: "Home", href: "/"}, - { - label: "Services", href: "/services"}, - { - label: "About", href: "/about"}, - { - label: "Contact", href: "/contact"}, + title: "Navigation", items: [ + { label: "Home", href: "/" }, + { label: "Services", href: "/services" }, + { label: "About", href: "/about" }, + { label: "Contact", href: "/contact" }, ], }, { - title: "Contact", items: [ - { - label: "tyler@localrankexperts.ca", href: "mailto:tyler@localrankexperts.ca"}, - { - label: "localrankexperts.ca", href: "https://localrankexperts.ca"}, + title: "Contact", items: [ + { label: "tyler@localrankexperts.ca", href: "mailto:tyler@localrankexperts.ca" }, + { label: "localrankexperts.ca", href: "https://localrankexperts.ca" }, ], }, ]} -- 2.49.1