Merge version_4 into main #4
@@ -180,9 +180,9 @@ export default function LandingPage() {
|
||||
{
|
||||
title: "Contatti", items: [
|
||||
{
|
||||
label: "Piazza Cavour, 91r, 16128 Genova", 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"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -10,15 +10,15 @@
|
||||
--accent: #ffffff;
|
||||
--background-accent: #ffffff; */
|
||||
|
||||
--background: #f6f0e9;
|
||||
--card: #efe7dd;
|
||||
--foreground: #2b180a;
|
||||
--primary-cta: #0a7039;
|
||||
--background: #0a0a0a;
|
||||
--card: #1a1a1a;
|
||||
--foreground: #f5f5f5;
|
||||
--primary-cta: #ffdf7d;
|
||||
--primary-cta-text: #ffffff;
|
||||
--secondary-cta: #efe7dd;
|
||||
--secondary-cta: #1a1a1a;
|
||||
--secondary-cta-text: #2b180a;
|
||||
--accent: #c4a8f9;
|
||||
--background-accent: #afa094;
|
||||
--accent: #b8860b;
|
||||
--background-accent: #8b6914;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
Reference in New Issue
Block a user