Move bg pig outside animated element so he can be fixed
This commit is contained in:
@ -39,11 +39,13 @@ export default async function Page() {
|
|||||||
const bookableVenues = venues.filter((venue) => venue.showAsBookable);
|
const bookableVenues = venues.filter((venue) => venue.showAsBookable);
|
||||||
|
|
||||||
return (
|
return (
|
||||||
|
<>
|
||||||
<main className="site-main" id="main">
|
<main className="site-main" id="main">
|
||||||
<PageHeader heading={index.title} lead={index.lead} />
|
<PageHeader heading={index.title} lead={index.lead} />
|
||||||
{index.body && <Blocks blocks={index.body} />}
|
{index.body && <Blocks blocks={index.body} />}
|
||||||
<VenueList venues={bookableVenues} heading="Våre lokaler" />
|
<VenueList venues={bookableVenues} heading="Våre lokaler" />
|
||||||
<BgPig type="key" />
|
|
||||||
</main>
|
</main>
|
||||||
|
<BgPig type="key" />
|
||||||
|
</>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user