5 Commits

Author SHA1 Message Date
72b80c2b1a Update theme colors 2026-03-11 07:27:29 +00:00
8b1305f75c Update src/app/page.tsx 2026-03-11 07:25:41 +00:00
379e0bde36 Update src/app/page.tsx 2026-03-11 07:24:48 +00:00
f8da8bb01c Merge version_2 into main
Merge version_2 into main
2026-03-11 07:22:04 +00:00
9f53ae04e4 Merge version_2 into main
Merge version_2 into main
2026-03-11 07:21:07 +00:00
2 changed files with 7 additions and 7 deletions

View File

@@ -222,10 +222,10 @@ export default function LandingPage() {
description="Fill out the form below and our team will reach out to discuss your restaurant's unique challenges and opportunities. We'll provide personalized recommendations to help you grow."
background={{ variant: "cell-wave" }}
useInvertedBackground={false}
mediaAnimation="blur-reveal"
inputPlaceholder="your@email.com"
buttonText="Get Free Audit"
termsText="We respect your privacy. We'll only use your information to prepare your personalized restaurant audit."
mediaAnimation="blur-reveal"
mediaPosition="right"
/>
</div>

View File

@@ -12,13 +12,13 @@
--background: #0a0a0a;
--card: #1a1a1a;
--foreground: #ffffff;
--primary-cta: #10b981;
--primary-cta-text: #e3deea;
--foreground: #fffffae6;
--primary-cta: #fde047;
--primary-cta-text: #0a0a0a;
--secondary-cta: #1a1a1a;
--secondary-cta-text: #1f2027;
--accent: #10b981;
--background-accent: #10b981;
--secondary-cta-text: #fffffae6;
--accent: #737373;
--background-accent: #737373;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);