diff --git a/src/app/page.tsx b/src/app/page.tsx index 9a95419..0de17e4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -13,16 +13,16 @@ import FooterSimple from "@/components/sections/footer/FooterSimple"; export default function LandingPage() { return ( @@ -171,8 +171,8 @@ export default function LandingPage() { { text: "Call Us", href: "tel:(847)731-2208" }, { text: "Get Directions", href: "https://maps.google.com/?q=2352+Sheridan+Rd+Zion+IL+60099" } ]} - background={{ variant: "grid" }} - useInvertedBackground={true} + background={{ variant: "plain" }} + useInvertedBackground={false} /> @@ -208,4 +208,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +} diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 92128b0..dd1067d 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #f5f5f5; + --background: #faf8f3; --card: #ffffff; - --foreground: #1c1c1c; - --primary-cta: #341f51; + --foreground: #2b1810; + --primary-cta: #8b6f47; --primary-cta-text: #f5f5f5; --secondary-cta: #ffffff; --secondary-cta-text: #1c1c1c; - --accent: #6139e6; - --background-accent: #b3a8e8; + --accent: #d4a574; + --background-accent: #e8dcc8; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);