Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| d949c7e1ac | |||
| 703fe3ad75 | |||
| 83c202a049 | |||
| e17c21bad7 |
@@ -133,7 +133,7 @@ export default function LandingPage() {
|
||||
mediaPosition="right"
|
||||
inputPlaceholder="Votre email"
|
||||
buttonText="Commander / Réserver"
|
||||
termsText="En cliquant sur Commander, vous confirmez que vous acceptez nos conditions."
|
||||
termsText="En acceptant, vous recevrez nos offres et nos conditions"
|
||||
ariaLabel="Contact section - Order or Reserve"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -10,15 +10,15 @@
|
||||
--accent: #ffffff;
|
||||
--background-accent: #ffffff; */
|
||||
|
||||
--background: #f5f5f5;
|
||||
--card: #ffffff;
|
||||
--foreground: #1c1c1c;
|
||||
--primary-cta: #1c1c1c;
|
||||
--primary-cta-text: #f5f5f5;
|
||||
--secondary-cta: #ffffff;
|
||||
--secondary-cta-text: #1c1c1c;
|
||||
--accent: #15479c;
|
||||
--background-accent: #a8cce8;
|
||||
--background: #ffffff;
|
||||
--card: #f9f9f9;
|
||||
--foreground: #000612e6;
|
||||
--primary-cta: #106EFB;
|
||||
--primary-cta-text: #ffffff;
|
||||
--secondary-cta: #f9f9f9;
|
||||
--secondary-cta-text: #000612e6;
|
||||
--accent: #e2e2e2;
|
||||
--background-accent: #106EFB;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
Reference in New Issue
Block a user