Reorder components in index.astro to display Hero above Banner
This commit is contained in:
@ -78,8 +78,8 @@ const images = [
|
|||||||
---
|
---
|
||||||
|
|
||||||
<Layout>
|
<Layout>
|
||||||
<Banner />
|
|
||||||
<Hero id="hero" />
|
<Hero id="hero" />
|
||||||
|
<Banner />
|
||||||
<Welcome id="welcome" />
|
<Welcome id="welcome" />
|
||||||
<EventsGrid id="events" events={events} />
|
<EventsGrid id="events" events={events} />
|
||||||
<ImageCarousel id="gallery" images={images} />
|
<ImageCarousel id="gallery" images={images} />
|
||||||
|
|||||||
Reference in New Issue
Block a user