From 495fc53ed94c7d01a866f1cc6c4af756e459d475 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 6 Apr 2026 19:34:32 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 20fb564..5f4c5af 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -61,7 +61,7 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} title="Redefining Connecticut Luxury" - description="At New England Interiors, we combine architectural precision with a timeless design aesthetic. Our 100% CT-licensed team ensures every home we touch receives the highest standard of care, backed by our A+ BBB commitment." + description="At New England Interiors, we combine architectural precision with a timeless design aesthetic. Our 100% CT-licensed team ensures every home we touch receives the highest standard of care, backed by our A+ BBB commitment. Reach us at 203-241-9412 or neihomes@aol.com." bulletPoints={[ { title: "18+ Years Experience", description: "Expert guidance from concept to completion." }, { title: "400+ Homes Transformed", description: "Proven track record in luxury renovation." }, @@ -142,7 +142,7 @@ export default function LandingPage() { background={{ variant: "plain" }} tag="Inquiry" title="Inquire About Your Project" - description="Let's bring your design vision to life. Serving Connecticut locations exclusively." + description="Let's bring your design vision to life. Call us at 203-241-9412 or email neihomes@aol.com. Serving Connecticut locations exclusively." /> -- 2.49.1 From 31c327cf9b057ecc7b691cd4185c1e7371f6e5dd Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 6 Apr 2026 19:34:32 +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 308a24e..4a47d33 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #f6f0e9; - --card: #efe7dd; - --foreground: #2b180a; - --primary-cta: #b8964d; + --background: #ffffff; + --card: #f9f9f9; + --foreground: #120006e6; + --primary-cta: #e63946; --primary-cta-text: #f6f0e9; - --secondary-cta: #2b180a; + --secondary-cta: #000000; --secondary-cta-text: #f6f0e9; - --accent: #94877c; - --background-accent: #2b180a; + --accent: #e63946; + --background-accent: #ffffff; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1