diff --git a/src/app/chi-siamo/page.tsx b/src/app/chi-siamo/page.tsx index 79a2085..43d2956 100644 --- a/src/app/chi-siamo/page.tsx +++ b/src/app/chi-siamo/page.tsx @@ -92,7 +92,7 @@ export default function AboutPage() { title: "Eccellenza nella Formazione", description: "Offriamo programmi educativi di livello internazionale con maestri riconosciuti a livello mondiale. Ogni studente riceve attenzione personalizzata e accesso a risorse musicali di qualità superiore.", tag: "Educazione", - imageSrc: "http://img.b2bpic.net/free-photo/guitarist-trumpet-player-having-fun_23-2147624356.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/guitarist-trumpet-player-having-fun_23-2147624356.jpg?_wi=2", imageAlt: "music masterclass instructor teaching violin students", }, { @@ -100,7 +100,7 @@ export default function AboutPage() { title: "Comunità Internazionale", description: "Creiamo uno spazio dove giovani musicisti da diverse culture e background si incontrano, collaborano e crescono insieme. La diversità è il nostro punto di forza e la fonte della nostra ispirazione.", tag: "Comunità", - imageSrc: "http://img.b2bpic.net/free-photo/kids-being-part-sunday-school_23-2149582891.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/kids-being-part-sunday-school_23-2149582891.jpg?_wi=2", imageAlt: "guitar workshop hands-on music instruction learning", }, { @@ -108,7 +108,7 @@ export default function AboutPage() { title: "Innovazione Musicale", description: "Combinando tradizione e modernità, proponiamo programmi che abbracciano sia la musica classica che i generi contemporanei. Stimoliamo la creatività e l'espressione artistica in tutte le sue forme.", tag: "Innovazione", - imageSrc: "http://img.b2bpic.net/free-photo/carpenter-cutting-wood_23-2148643277.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/carpenter-cutting-wood_23-2148643277.jpg?_wi=2", imageAlt: "luthier craftsman building violin string instrument", }, ]} diff --git a/src/app/festival/page.tsx b/src/app/festival/page.tsx index 165ae3f..4a4bb59 100644 --- a/src/app/festival/page.tsx +++ b/src/app/festival/page.tsx @@ -86,21 +86,21 @@ export default function FestivalPage() { id: "winter-season", name: "Winter Season", price: "Scopri i concerti", - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-have-fun-with-her-boyfriend-his-hat-while-walking-christmas-market_613910-3749.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-woman-have-fun-with-her-boyfriend-his-hat-while-walking-christmas-market_613910-3749.jpg?_wi=2", imageAlt: "winter classical concert indoor venue performance" }, { id: "musica-riva-festival", name: "MusicaRiva Festival", price: "40 anni di musica", - imageSrc: "http://img.b2bpic.net/free-photo/group-fans-gathered-thge-stadium-cheering-up_1303-18617.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/group-fans-gathered-thge-stadium-cheering-up_1303-18617.jpg?_wi=2", imageAlt: "music festival outdoor stage lakeside performance" }, { id: "special-events", name: "Eventi Speciali", price: "Tre eventi imperdibili", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-listening-music_23-2149409390.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-listening-music_23-2149409390.jpg?_wi=2", imageAlt: "special concert event grand finale performance" } ]} diff --git a/src/app/layout.tsx b/src/app/layout.tsx index a94d578..900127c 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1428,6 +1428,1373 @@ export default function RootLayout({ window.parent.postMessage({ type: 'webild-editor-ready' }, '*'); })(); +` + }} + /> + +