Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| b0cab5b2a0 | |||
| 55e11cd92b | |||
| 1ad93766b5 | |||
| 9bf67d1fad | |||
| 2749c3b424 | |||
| 950bfe2a58 | |||
| cb06adec94 |
@@ -19,12 +19,12 @@ export default function LandingPage() {
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="expand-hover"
|
||||
defaultTextAnimation="reveal-blur"
|
||||
borderRadius="pill"
|
||||
borderRadius="soft"
|
||||
contentWidth="mediumSmall"
|
||||
sizing="largeSizeMediumTitles"
|
||||
background="none"
|
||||
cardStyle="inset"
|
||||
primaryButtonStyle="double-inset"
|
||||
cardStyle="soft-shadow"
|
||||
primaryButtonStyle="gradient"
|
||||
secondaryButtonStyle="glass"
|
||||
headingFontWeight="normal"
|
||||
>
|
||||
@@ -267,7 +267,7 @@ export default function LandingPage() {
|
||||
description="Envie de déguster nos spécialités ? Pour une réservation, une commande à emporter ou une demande de livraison, notre équipe est à votre écoute. Appelez-nous ou envoyez-nous un message."
|
||||
buttons={[
|
||||
{
|
||||
text: "Appeler pour Réserver", href: "tel:+33493343354"},
|
||||
text: "Appeler pour Réserver", href: "tel:+330493343354"},
|
||||
{
|
||||
text: "Envoyer un Email", href: "mailto:contact@chezmo-antibes.fr"},
|
||||
]}
|
||||
@@ -317,4 +317,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -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: #6139e6;
|
||||
--background-accent: #b3a8e8;
|
||||
--background: #F5F8F9;
|
||||
--card: #EBF4F6;
|
||||
--foreground: #2D3A4D;
|
||||
--primary-cta: #4A90E2;
|
||||
--primary-cta-text: #FFFFFF;
|
||||
--secondary-cta: #E0F2F7;
|
||||
--secondary-cta-text: #2D3A4D;
|
||||
--accent: #7DD8C5;
|
||||
--background-accent: #C3DDE6;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
Reference in New Issue
Block a user