Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 72b80c2b1a | |||
| 8b1305f75c | |||
| 379e0bde36 | |||
| f8da8bb01c | |||
| 9f53ae04e4 |
@@ -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>
|
||||
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user