4 Commits

Author SHA1 Message Date
a8532e7588 Update src/app/page.tsx 2026-03-07 15:56:03 +00:00
8141048365 Merge version_1 into main
Merge version_1 into main
2026-03-07 15:52:47 +00:00
a5d225d4a0 Merge version_1 into main
Merge version_1 into main
2026-03-07 15:51:51 +00:00
d6b161aefb Merge version_1 into main
Merge version_1 into main
2026-03-07 15:50:33 +00:00

View File

@@ -43,7 +43,7 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroSplitDoubleCarousel
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."
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à!"
tag="Festival 2026"
tagIcon={Sparkles}
tagAnimation="slide-up"
@@ -256,7 +256,7 @@ export default function LandingPage() {
socialLinks={[
{
icon: Instagram,
href: "https://instagram.com/transumarefest", ariaLabel: "Transumare Fest Instagram"
href: "https://instagram.com/pinecorefest", ariaLabel: "Transumare Fest Instagram"
},
{
icon: Facebook,
@@ -271,4 +271,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}