Reorder components in index.astro to display Hero before Banner
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
2025-12-18 13:30:01 +01:00
parent 4f12ebaa9a
commit 4533f6cc3d

View File

@ -76,8 +76,8 @@ const images = [
---
<Layout>
<Banner />
<Hero id="hero" />
<Banner />
<Welcome id="welcome" />
<EventsGrid id="events" events={events} />
<ImageCarousel id="gallery" images={images} />