diff --git a/src/app/page.tsx b/src/app/page.tsx
index d48e6aa..c0e4503 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -30,21 +30,13 @@ export default function LandingPage() {
@@ -53,63 +45,40 @@ export default function LandingPage() {
@@ -128,35 +97,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."
@@ -171,25 +122,13 @@ export default function LandingPage() {
useInvertedBackground={false}
metrics={[
{
- id: "m1",
- value: "100%",
- title: "Calgary-focused",
- description: "We only work with businesses in the YYC region.",
- icon: MapPin,
+ 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: "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: "m3", value: "Live", title: "Transparency", description: "You see exactly where you rank daily.", icon: LineChart,
},
]}
title="Why Local Rank Experts"
@@ -201,16 +140,13 @@ export default function LandingPage() {
@@ -219,39 +155,26 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file
diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css
index ee86bdb..b605126 100644
--- a/src/app/styles/variables.css
+++ b/src/app/styles/variables.css
@@ -13,9 +13,9 @@
--background: #ffffff;
--card: #f9f9f9;
--foreground: #000612;
- --primary-cta: #15479c;
+ --primary-cta: #008080;
--primary-cta-text: #ffffff;
- --secondary-cta: #f9f9f9;
+ --secondary-cta: #005f73;
--secondary-cta-text: #000612;
--accent: #008080;
--background-accent: #e0f2f2;