Merge version_2 into main #2

Merged
bender merged 2 commits from version_2 into main 2026-03-10 17:09:29 +00:00
2 changed files with 18 additions and 18 deletions

View File

@@ -13,16 +13,16 @@ import FooterSimple from "@/components/sections/footer/FooterSimple";
export default function LandingPage() {
return (
<ThemeProvider
defaultButtonVariant="shift-hover"
defaultButtonVariant="text-shift"
defaultTextAnimation="entrance-slide"
borderRadius="soft"
contentWidth="smallMedium"
sizing="mediumLarge"
background="grid"
cardStyle="glass-depth"
primaryButtonStyle="primary-glow"
secondaryButtonStyle="layered"
headingFontWeight="normal"
borderRadius="rounded"
contentWidth="medium"
sizing="medium"
background="none"
cardStyle="solid"
primaryButtonStyle="flat"
secondaryButtonStyle="solid"
headingFontWeight="semibold"
>
<div id="nav" data-section="nav">
<NavbarStyleFullscreen
@@ -131,7 +131,7 @@ export default function LandingPage() {
{ text: "Our Story", href: "#" }
]}
buttonAnimation="slide-up"
useInvertedBackground={true}
useInvertedBackground={false}
/>
</div>
@@ -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}
/>
</div>
@@ -208,4 +208,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}

View File

@@ -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);