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: "" } ]} /> 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);