From aee2836afbf72fb3817d83671964728e346126ef Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 22:31:43 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4ebc053..a3d1d78 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -197,16 +197,16 @@ export default function LandingPage() { showCard={true} faqs={[ { - id: "inquiry-service", title: "Which service interests you?", content: "
" + id: "inquiry-service", title: "Which service interests you?", content: "
" }, { - id: "inquiry-email", title: "Email Address", content: "" + id: "inquiry-email", title: "Email Address", content: "" }, { - id: "inquiry-phone", title: "Phone Number", content: "" + id: "inquiry-phone", title: "Phone Number", content: "" }, { - id: "inquiry-details", title: "Property Details", content: "" + id: "inquiry-details", title: "Property Details", content: "" } ]} /> -- 2.49.1 From cbbb9bb61979848821532dcacf59f1cea59f0e81 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 22:31:43 +0000 Subject: [PATCH 2/2] Update src/app/styles/variables.css --- src/app/styles/variables.css | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 3d0e32c..d2de2e2 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -11,14 +11,14 @@ --background-accent: #ffffff; */ --background: #ffffff; - --card: #f9f9f9; - --foreground: #000f06e6; - --primary-cta: #0a7039; + --card: #f2f2f2; + --foreground: #0d2d1f; + --primary-cta: #1a5a3f; --primary-cta-text: #ffffff; - --secondary-cta: #f9f9f9; + --secondary-cta: #f2f2f2; --secondary-cta-text: #000f06e6; - --accent: #e2e2e2; - --background-accent: #c4c4c4; + --accent: #d4e6dc; + --background-accent: #a8d4ba; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1