Compare commits
8 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| fe1823d6dd | |||
| d949c7e1ac | |||
| f1392a6e18 | |||
| 703fe3ad75 | |||
| 99064d9166 | |||
| 83c202a049 | |||
| b12f638619 | |||
| e17c21bad7 |
@@ -133,7 +133,7 @@ export default function LandingPage() {
|
|||||||
mediaPosition="right"
|
mediaPosition="right"
|
||||||
inputPlaceholder="Votre email"
|
inputPlaceholder="Votre email"
|
||||||
buttonText="Commander / Réserver"
|
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"
|
ariaLabel="Contact section - Order or Reserve"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -10,15 +10,15 @@
|
|||||||
--accent: #ffffff;
|
--accent: #ffffff;
|
||||||
--background-accent: #ffffff; */
|
--background-accent: #ffffff; */
|
||||||
|
|
||||||
--background: #f5f5f5;
|
--background: #ffffff;
|
||||||
--card: #ffffff;
|
--card: #f9f9f9;
|
||||||
--foreground: #1c1c1c;
|
--foreground: #000612e6;
|
||||||
--primary-cta: #1c1c1c;
|
--primary-cta: #106EFB;
|
||||||
--primary-cta-text: #f5f5f5;
|
--primary-cta-text: #ffffff;
|
||||||
--secondary-cta: #ffffff;
|
--secondary-cta: #f9f9f9;
|
||||||
--secondary-cta-text: #1c1c1c;
|
--secondary-cta-text: #000612e6;
|
||||||
--accent: #15479c;
|
--accent: #e2e2e2;
|
||||||
--background-accent: #a8cce8;
|
--background-accent: #106EFB;
|
||||||
|
|
||||||
/* 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