Merge version_3 into main #8
@@ -19,7 +19,7 @@ export default function LandingPage() {
|
||||
borderRadius="soft"
|
||||
contentWidth="mediumLarge"
|
||||
sizing="largeSmall"
|
||||
background="blurBottom"
|
||||
background="noiseDiagonalGradient"
|
||||
cardStyle="glass-elevated"
|
||||
primaryButtonStyle="radial-glow"
|
||||
secondaryButtonStyle="layered"
|
||||
@@ -42,7 +42,7 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardRotatedCarousel
|
||||
background={{ variant: "gradient-bars" }}
|
||||
background={{ variant: "rotated-rays-animated-grid" }}
|
||||
title="L'Art Japonais dans votre Assiette"
|
||||
description="Restaurant japonais authentique — Sushis, Makis, Chirashis & Yakitori à Chenôve"
|
||||
buttons={[{ text: "Commander en ligne", href: "/menu" }, { text: "Voir le menu", href: "/menu" }]}
|
||||
@@ -130,4 +130,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -10,15 +10,15 @@
|
||||
--accent: #ffffff;
|
||||
--background-accent: #ffffff; */
|
||||
|
||||
--background: #ffffff;
|
||||
--card: #f9f9f9;
|
||||
--foreground: #1a1a1a;
|
||||
--primary-cta: #C0392B;
|
||||
--background: #fdfbf7;
|
||||
--card: #f5f0e6;
|
||||
--foreground: #3d2b1f;
|
||||
--primary-cta: #9b2c2c;
|
||||
--primary-cta-text: #FFFFFF;
|
||||
--secondary-cta: #FFFFFF;
|
||||
--secondary-cta: #d4af37;
|
||||
--secondary-cta-text: #1a1a1a;
|
||||
--accent: #D4AF37;
|
||||
--background-accent: #fcecea;
|
||||
--accent: #b8860b;
|
||||
--background-accent: #e8e0d4;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
Reference in New Issue
Block a user