5 Commits

Author SHA1 Message Date
1d61729e15 Update src/app/styles/variables.css 2026-04-27 18:37:51 +00:00
86f30b3e54 Update src/app/page.tsx 2026-04-27 18:37:51 +00:00
cf7fbfd201 Merge version_3 into main
Merge version_3 into main
2026-04-27 18:27:27 +00:00
720bd43a03 Update src/app/page.tsx 2026-04-27 18:27:21 +00:00
1f2b60eb5e Merge version_2 into main
Merge version_2 into main
2026-04-27 18:25:20 +00:00
2 changed files with 10 additions and 10 deletions

View File

@@ -180,9 +180,9 @@ export default function LandingPage() {
{ {
title: "Contatti", items: [ title: "Contatti", items: [
{ {
label: "Via Genova, 1", href: "#"}, label: "Via San Bernardo, 50r, 16123 Genova", href: "#"},
{ {
label: "+39 3493315957", href: "#"}, label: "+39 010 1234567", href: "#"},
], ],
}, },
{ {
@@ -194,7 +194,7 @@ export default function LandingPage() {
], ],
}, },
]} ]}
bottomLeftText="Da Leccarsi i Baffi © 2024" bottomLeftText="Da Leccarsi i Baffi © 2025"
bottomRightText="Cucina Ligure Autentica" bottomRightText="Cucina Ligure Autentica"
/> />
</div> </div>

View File

@@ -10,15 +10,15 @@
--accent: #ffffff; --accent: #ffffff;
--background-accent: #ffffff; */ --background-accent: #ffffff; */
--background: #f6f0e9; --background: #0a0a0a;
--card: #efe7dd; --card: #1a1a1a;
--foreground: #2b180a; --foreground: #f5f5f5;
--primary-cta: #0a7039; --primary-cta: #ffdf7d;
--primary-cta-text: #ffffff; --primary-cta-text: #ffffff;
--secondary-cta: #efe7dd; --secondary-cta: #1a1a1a;
--secondary-cta-text: #2b180a; --secondary-cta-text: #2b180a;
--accent: #c4a8f9; --accent: #b8860b;
--background-accent: #afa094; --background-accent: #8b6914;
/* text sizing - set by ThemeProvider */ /* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);