From 92dccaa620489493ce0691fce1f91892f5bd7469 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 20 Apr 2026 15:09:38 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 58792e2..cdb0213 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -53,21 +53,8 @@ export default function LandingPage() { text: "Book Your Free GBP Audit", href: "/contact"}, ]} imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CVsKYOORG1QTC0iM3LA3BfvJY3/professional-minimalist-illustration-rep-1776696790913-1c019b1b.png" - imageAlt="Professional, minimalist illustration representing local search and map optimization on a mobile pho" + imageAlt="Professional, minimalist illustration representing local search and map optimization" mediaAnimation="slide-up" - avatars={[ - { - src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CVsKYOORG1QTC0iM3LA3BfvJY3/uploaded-1776697582356-a1c5dns3.png", alt: "Client review"}, - { - src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CVsKYOORG1QTC0iM3LA3BfvJY3/professional-headshot-of-happy-local-bus-1776696852622-c4912824.png", alt: "Client review"}, - { - src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CVsKYOORG1QTC0iM3LA3BfvJY3/professional-headshot-of-happy-local-bus-1776696861443-d531fc32.png", alt: "Client review"}, - { - src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CVsKYOORG1QTC0iM3LA3BfvJY3/professional-headshot-of-happy-local-bus-1776696870151-40a7a8f3.png", alt: "Client review"}, - { - src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CVsKYOORG1QTC0iM3LA3BfvJY3/professional-headshot-of-happy-local-bus-1776696878966-489c7492.png", alt: "Client review"}, - ]} - avatarText="" marqueeItems={[ { type: "text", text: "Calgary SEO"}, -- 2.49.1 From 8b2797305e2a6c02cfc8311c9ccee8d70b3b8f20 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 20 Apr 2026 15:09:39 +0000 Subject: [PATCH 2/2] Update src/app/styles/variables.css --- src/app/styles/variables.css | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 7080975..238bf1b 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #ffffff; - --card: #f9f9f9; - --foreground: #000612; - --primary-cta: #15479c; + --background: #f0f9ff; + --card: #e0f2fe; + --foreground: #082f49; + --primary-cta: #0369a1; --primary-cta-text: #ffffff; - --secondary-cta: #f9f9f9; + --secondary-cta: #e0f2fe; --secondary-cta-text: #000612; - --accent: #15479c; - --background-accent: #e0f2f2; + --accent: #0ea5e9; + --background-accent: #bae6fd; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1