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