8 Commits

Author SHA1 Message Date
fe1823d6dd Merge version_2 into main
Merge version_2 into main
2026-03-15 12:23:12 +00:00
d949c7e1ac Update theme colors 2026-03-15 12:23:05 +00:00
f1392a6e18 Merge version_2 into main
Merge version_2 into main
2026-03-15 12:22:49 +00:00
703fe3ad75 Update theme colors 2026-03-15 12:22:43 +00:00
99064d9166 Merge version_2 into main
Merge version_2 into main
2026-03-15 12:22:27 +00:00
83c202a049 Update theme colors 2026-03-15 12:22:21 +00:00
b12f638619 Merge version_2 into main
Merge version_2 into main
2026-03-15 12:21:18 +00:00
e17c21bad7 Update src/app/page.tsx 2026-03-15 12:21:14 +00:00
2 changed files with 10 additions and 10 deletions

View File

@@ -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>

View File

@@ -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);