From 86f30b3e546ede1330a55048526e71159e50a519 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 27 Apr 2026 18:37:51 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a305359..40df23b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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" /> -- 2.49.1 From 1d61729e15056098f31364052f423cdc85b72a98 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 27 Apr 2026 18:37:51 +0000 Subject: [PATCH 2/2] Update src/app/styles/variables.css --- src/app/styles/variables.css | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 7836245..8d7e2c8 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -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); -- 2.49.1