Compare commits
2 Commits
47743e9239
...
4cc1b21c05
| Author | SHA1 | Date | |
|---|---|---|---|
| 4cc1b21c05 | |||
| e41334a7cc |
@ -62,8 +62,8 @@ ${imagesCode}
|
|||||||
---
|
---
|
||||||
|
|
||||||
<Layout>
|
<Layout>
|
||||||
\t<Banner />
|
|
||||||
\t<Hero id="hero" />
|
\t<Hero id="hero" />
|
||||||
|
\t<Banner />
|
||||||
\t<Welcome id="welcome" />
|
\t<Welcome id="welcome" />
|
||||||
\t<EventsGrid id="events" events={events} />
|
\t<EventsGrid id="events" events={events} />
|
||||||
\t<ImageCarousel id="gallery" images={images} />
|
\t<ImageCarousel id="gallery" images={images} />
|
||||||
|
|||||||
@ -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