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." /> 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);