3 Commits

Author SHA1 Message Date
967b7fa49a Update src/app/styles/variables.css 2026-05-28 17:09:06 +00:00
83c46a7bdd Update src/app/page.tsx 2026-05-28 17:09:05 +00:00
f2282e907d Merge version_1 into main
Merge version_1 into main
2026-05-28 17:06:37 +00:00
2 changed files with 12 additions and 12 deletions

View File

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

View File

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