From 0d7e68c9ce60253c929b610f15385f5b08987de7 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 21:50:55 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 86fa0c8..49cd01f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -49,8 +49,8 @@ export default function LandingPage() { { text: "Call Now: (833) 647-4277", href: "tel:+18336474277" }, { text: "Free Case Review", href: "#contact" } ]} - imageSrc="http://img.b2bpic.net/free-photo/successful-office-employers-comparing-analytics-data-together-focused-confident-female-managers-pointing-documents-reports-meeting-room-teamwork-business-management-concept_74855-7827.jpg?_wi=1" - imageAlt="Miami law office professional background" + imageSrc="https://images.unsplash.com/photo-1454165804606-c3d57bc86b40?w=1200&h=600&fit=crop" + imageAlt="Professional law office consultation" showDimOverlay={true} buttonAnimation="slide-up" /> @@ -59,10 +59,10 @@ export default function LandingPage() {
Date: Sun, 8 Mar 2026 21:50:55 +0000 Subject: [PATCH 2/2] Update src/app/styles/variables.css --- src/app/styles/variables.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index fd9ebfc..3b672f1 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -12,13 +12,13 @@ --background: #ffffff; --card: #f9f9f9; - --foreground: #120006e6; - --primary-cta: #e63946; + --foreground: #0c1325; + --primary-cta: #1f3251; --primary-cta-text: #ffffff; --secondary-cta: #f9f9f9; --secondary-cta-text: #120006e6; - --accent: #e2e2e2; - --background-accent: #c4c4c4; + --accent: #d4a574; + --background-accent: #d4a574; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1