Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 967b7fa49a | |||
| 83c46a7bdd | |||
| f2282e907d |
@@ -109,12 +109,12 @@ export default function LandingPage() {
|
||||
{
|
||||
type: "text", text: "Festa & Allegria"},
|
||||
{
|
||||
type: "text-icon", text: "Carne Premium", icon: Flame,
|
||||
type: "text-icon", text: "Carne Premium", icon: Flame
|
||||
},
|
||||
{
|
||||
type: "text", text: "Sapori Autentici"},
|
||||
{
|
||||
type: "text-icon", text: "Musica Live", icon: Music,
|
||||
type: "text-icon", text: "Musica Live", icon: Music
|
||||
},
|
||||
{
|
||||
type: "text", text: "Ambiente Accogliente"},
|
||||
@@ -225,13 +225,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1", value: "10+", title: "Tagli di Carne", description: "Una selezione curata per i veri amanti della carne.", icon: Crop,
|
||||
id: "m1", value: "10+", title: "Tagli di Carne", description: "Una selezione curata per i veri amanti della carne.", icon: Crop
|
||||
},
|
||||
{
|
||||
id: "m2", value: "300+", title: "Eventi Ospitati", description: "Il luogo ideale per le tue celebrazioni private.", icon: Gift,
|
||||
id: "m2", value: "300+", title: "Eventi Ospitati", description: "Il luogo ideale per le tue celebrazioni private.", icon: Gift
|
||||
},
|
||||
{
|
||||
id: "m3", value: "5000+", title: "Sorrisi al Mese", description: "Ogni giorno, la nostra missione è la tua felicità.", icon: Users,
|
||||
id: "m3", value: "5000+", title: "Sorrisi al Mese", description: "Ogni giorno, la nostra missione è la tua felicità.", icon: Users
|
||||
},
|
||||
]}
|
||||
title="I Numeri del Gusto e del Divertimento"
|
||||
@@ -318,4 +318,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -10,15 +10,15 @@
|
||||
--accent: #ffffff;
|
||||
--background-accent: #ffffff; */
|
||||
|
||||
--background: #f7f6f7;
|
||||
--background: #f7fbf7;
|
||||
--card: #ffffff;
|
||||
--foreground: #0c1325;
|
||||
--primary-cta: #0798ff;
|
||||
--foreground: #1a1a1a;
|
||||
--primary-cta: #FFDF00;
|
||||
--primary-cta-text: #f7f6f7;
|
||||
--secondary-cta: #ffffff;
|
||||
--secondary-cta: #009600;
|
||||
--secondary-cta-text: #0c1325;
|
||||
--accent: #93c7ff;
|
||||
--background-accent: #a8cde8;
|
||||
--accent: #002776;
|
||||
--background-accent: #e6ffe6;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
Reference in New Issue
Block a user