Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 1d61729e15 | |||
| 86f30b3e54 | |||
| cf7fbfd201 | |||
| 720bd43a03 | |||
| 1f2b60eb5e |
@@ -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>
|
||||||
|
|||||||
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user