File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -16,9 +16,12 @@ import Cluster from '../ui-elements/Cluster.astro'
1616
1717 <Cluster >
1818 <ButtonLink href =" /schedule/day-1" >Voir le programme</ButtonLink >
19- <ButtonLink href =" https://www.billetweb.fr/sunny-tech-2026 " target =" _blank" external >
20- Accéder à la billetterie
19+ <ButtonLink href =" https://www.youtube.com/@SunnyTechMtp/videos " target =" _blank" external >
20+ Voir les replays
2121 </ButtonLink >
22+ <!-- <ButtonLink href="https://www.billetweb.fr/sunny-tech-2026" target="_blank" external>
23+ Accéder à la billetterie
24+ </ButtonLink> -->
2225 </Cluster >
2326 </div >
2427 <Picture
Original file line number Diff line number Diff line change @@ -7,18 +7,18 @@ import Hero from '../components/home/Hero.astro'
77import HomeContentBlock from ' ../components/home/HomeContentBlock.astro'
88import HomeAboutBlock from ' ../components/home/HomeAboutBlock.astro'
99import HomeGalleryBlock from ' ../components/home/HomeGalleryBlock.astro'
10- import HomeTicketsBlock from ' ../components/home/HomeTicketsBlock.astro'
10+ // import HomeTicketsBlock from '../components/home/HomeTicketsBlock.astro'
1111
1212const response = await fetch (OPENPLANNER_URL )
1313const openPlannerData: OpenPlannerType = await response .json ()
14- const tickets = openPlannerData .tickets ?? []
14+ // const tickets = openPlannerData.tickets ?? []
1515---
1616
1717<Layout >
1818 <Hero />
1919
2020 <HomeContentBlock />
21- <HomeTicketsBlock tickets ={ tickets } />
21+ <!-- < HomeTicketsBlock tickets={tickets} /> -- >
2222 <HomeGalleryBlock />
2323 <HomeAboutBlock />
2424
You can’t perform that action at this time.
0 commit comments