Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| cbc61df3ae | |||
| f82694b5cc | |||
| 19a8ac3160 | |||
| 3a6dc70261 | |||
| be56a10d9d |
@@ -109,11 +109,11 @@ export default function LandingPage() {
|
||||
<ContactCenter
|
||||
tag="Direct Contact"
|
||||
title="Get in Touch"
|
||||
description="For serious inquiries and partnership requests, please contact us directly."
|
||||
description="Join our curated network. Submit your dealership application or buyer inquiry today."
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
inputPlaceholder="Enter your email"
|
||||
buttonText="Contact Us"
|
||||
buttonText="Request Access"
|
||||
termsText="We respect your privacy and will not share your information."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -12,13 +12,13 @@
|
||||
|
||||
--background: #ffffff;;
|
||||
--card: #f9f9f9;;
|
||||
--foreground: #0a0a0a;;
|
||||
--primary-cta: #00b8a9;;
|
||||
--foreground: #000612e6;;
|
||||
--primary-cta: #15479c;;
|
||||
--primary-cta-text: #ffffff;;
|
||||
--secondary-cta: #f9f9f9;;
|
||||
--secondary-cta-text: #0a0a0a;;
|
||||
--accent: #00b8a9;;
|
||||
--background-accent: #e0f9f7;;
|
||||
--secondary-cta-text: #000612e6;;
|
||||
--accent: #e2e2e2;;
|
||||
--background-accent: #c4c4c4;;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
Reference in New Issue
Block a user