Skip to content

Commit 258f7e8

Browse files
committed
Video url, hide billetterie
1 parent 8cbfc3f commit 258f7e8

2 files changed

Lines changed: 8 additions & 5 deletions

File tree

‎src/components/home/Hero.astro‎

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff 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

‎src/pages/index.astro‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,18 +7,18 @@ import Hero from '../components/home/Hero.astro'
77
import HomeContentBlock from '../components/home/HomeContentBlock.astro'
88
import HomeAboutBlock from '../components/home/HomeAboutBlock.astro'
99
import HomeGalleryBlock from '../components/home/HomeGalleryBlock.astro'
10-
import HomeTicketsBlock from '../components/home/HomeTicketsBlock.astro'
10+
// import HomeTicketsBlock from '../components/home/HomeTicketsBlock.astro'
1111
1212
const response = await fetch(OPENPLANNER_URL)
1313
const 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

0 commit comments

Comments
 (0)