6 Commits

Author SHA1 Message Date
5534535163 Merge version_2 into main
Merge version_2 into main
2026-06-07 14:49:37 +00:00
50fce8ae67 Update src/app/styles/variables.css 2026-06-07 14:49:34 +00:00
931864b69e Update src/app/styles/base.css 2026-06-07 14:49:34 +00:00
468ec6ccb7 Update src/app/page.tsx 2026-06-07 14:49:33 +00:00
532da05e1c Merge version_1 into main
Merge version_1 into main
2026-06-07 14:28:17 +00:00
bf9fb58de8 Merge version_1 into main
Merge version_1 into main
2026-06-07 14:27:26 +00:00
3 changed files with 14 additions and 12 deletions

View File

@@ -244,7 +244,7 @@ export default function LandingPage() {
<ContactCTA <ContactCTA
useInvertedBackground={false} useInvertedBackground={false}
background={{ background={{
variant: "radial-gradient"}} variant: "sparkles-gradient"}}
tag="Prenota il Tuo Tavolo" tag="Prenota il Tuo Tavolo"
title="Vieni a Trovarci al Cow Boy Bar Contone!" title="Vieni a Trovarci al Cow Boy Bar Contone!"
description="Siamo in Via Cantonale 29, 6594 Contone. Chiamaci al 091 858 0313 per prenotazioni, take-away o qualsiasi informazione. Ti aspettiamo!" description="Siamo in Via Cantonale 29, 6594 Contone. Chiamaci al 091 858 0313 per prenotazioni, take-away o qualsiasi informazione. Ti aspettiamo!"
@@ -254,6 +254,8 @@ export default function LandingPage() {
{ {
text: "Vedi su Google Maps", href: "https://maps.app.goo.gl/kXhWwEAXyP6C63jS6"}, text: "Vedi su Google Maps", href: "https://maps.app.goo.gl/kXhWwEAXyP6C63jS6"},
]} ]}
tagAnimation="slide-up"
buttonAnimation="slide-up"
/> />
</div> </div>

View File

@@ -11,7 +11,7 @@ html {
body { body {
background-color: var(--background); background-color: var(--background);
color: var(--foreground); color: var(--foreground);
font-family: var(--font-inter), sans-serif; font-family: var(--font-dm-sans), sans-serif;
position: relative; position: relative;
min-height: 100vh; min-height: 100vh;
overscroll-behavior: none; overscroll-behavior: none;
@@ -24,5 +24,5 @@ h3,
h4, h4,
h5, h5,
h6 { h6 {
font-family: var(--font-public-sans), sans-serif; font-family: var(--font-manrope), sans-serif;
} }

View File

@@ -10,15 +10,15 @@
--accent: #ffffff; --accent: #ffffff;
--background-accent: #ffffff; */ --background-accent: #ffffff; */
--background: #f5f5f5; --background: #ffffff;
--card: #ffffff; --card: #f9f9f9;
--foreground: #1c1c1c; --foreground: #000612e6;
--primary-cta: #1c1c1c; --primary-cta: #106EFB;
--primary-cta-text: #f5f5f5; --primary-cta-text: #ffffff;
--secondary-cta: #ffffff; --secondary-cta: #f9f9f9;
--secondary-cta-text: #1c1c1c; --secondary-cta-text: #000612e6;
--accent: #6139e6; --accent: #e2e2e2;
--background-accent: #b3a8e8; --background-accent: #106EFB;
/* 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);