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."
|
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" }}
|
background={{ variant: "cell-wave" }}
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
|
mediaAnimation="blur-reveal"
|
||||||
inputPlaceholder="your@email.com"
|
inputPlaceholder="your@email.com"
|
||||||
buttonText="Get Free Audit"
|
buttonText="Get Free Audit"
|
||||||
termsText="We respect your privacy. We'll only use your information to prepare your personalized restaurant audit."
|
termsText="We respect your privacy. We'll only use your information to prepare your personalized restaurant audit."
|
||||||
mediaAnimation="blur-reveal"
|
|
||||||
mediaPosition="right"
|
mediaPosition="right"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -12,13 +12,13 @@
|
|||||||
|
|
||||||
--background: #0a0a0a;
|
--background: #0a0a0a;
|
||||||
--card: #1a1a1a;
|
--card: #1a1a1a;
|
||||||
--foreground: #ffffff;
|
--foreground: #fffffae6;
|
||||||
--primary-cta: #10b981;
|
--primary-cta: #fde047;
|
||||||
--primary-cta-text: #e3deea;
|
--primary-cta-text: #0a0a0a;
|
||||||
--secondary-cta: #1a1a1a;
|
--secondary-cta: #1a1a1a;
|
||||||
--secondary-cta-text: #1f2027;
|
--secondary-cta-text: #fffffae6;
|
||||||
--accent: #10b981;
|
--accent: #737373;
|
||||||
--background-accent: #10b981;
|
--background-accent: #737373;
|
||||||
|
|
||||||
/* text sizing - set by ThemeProvider */
|
/* text sizing - set by ThemeProvider */
|
||||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||||
|
|||||||
Reference in New Issue
Block a user