Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 8f9ade74ae | |||
| f531b7ed5e |
@@ -43,7 +43,7 @@ export default function LandingPage() {
|
|||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroSplitDoubleCarousel
|
<HeroSplitDoubleCarousel
|
||||||
title="Musica in Movimento"
|
title="Musica in Movimento"
|
||||||
description="19 · 20 · 21 · 22 Agosto 2026 a Roseto degli Abruzzi. Un festival musicale che dal tramonto fino a tarda notte vi accompagnerà in un viaggio fatto di energia, arte e cultura. Seguici su @PINECOREFEST per aggiornamenti e novità!"
|
description="19 · 20 · 21 · 22 Agosto 2026 a Roseto degli Abruzzi. Un festival musicale che dal tramonto fino a tarda notte vi accompagnerà in un viaggio fatto di energia, arte e cultura."
|
||||||
tag="Festival 2026"
|
tag="Festival 2026"
|
||||||
tagIcon={Sparkles}
|
tagIcon={Sparkles}
|
||||||
tagAnimation="slide-up"
|
tagAnimation="slide-up"
|
||||||
@@ -256,7 +256,7 @@ export default function LandingPage() {
|
|||||||
socialLinks={[
|
socialLinks={[
|
||||||
{
|
{
|
||||||
icon: Instagram,
|
icon: Instagram,
|
||||||
href: "https://instagram.com/pinecorefest", ariaLabel: "Transumare Fest Instagram"
|
href: "https://instagram.com/transumarefest", ariaLabel: "Transumare Fest Instagram"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
icon: Facebook,
|
icon: Facebook,
|
||||||
@@ -271,4 +271,4 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -10,15 +10,15 @@
|
|||||||
--accent: #ffffff;
|
--accent: #ffffff;
|
||||||
--background-accent: #ffffff; */
|
--background-accent: #ffffff; */
|
||||||
|
|
||||||
--background: #fcf6ec;
|
--background: #ffffff;
|
||||||
--card: #f3ede2;
|
--card: #f9f9f9;
|
||||||
--foreground: #2e2521;
|
--foreground: #000f06e6;
|
||||||
--primary-cta: #2e2521;
|
--primary-cta: #0a7039;
|
||||||
--primary-cta-text: #fcf6ec;
|
--primary-cta-text: #ffffff;
|
||||||
--secondary-cta: #ffffff;
|
--secondary-cta: #f9f9f9;
|
||||||
--secondary-cta-text: #2e2521;
|
--secondary-cta-text: #000f06e6;
|
||||||
--accent: #b2a28b;
|
--accent: #e2e2e2;
|
||||||
--background-accent: #b2a28b;
|
--background-accent: #c4c4c4;
|
||||||
|
|
||||||
/* 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