tidy up, add section header component with links + make breadcrumb component
This commit is contained in:
@ -42,7 +42,7 @@ export default async function Page() {
|
||||
<main className="site-main" id="main">
|
||||
<PageHeader heading={index.title} lead={index.lead} />
|
||||
{index.body && <Blocks blocks={index.body} />}
|
||||
<VenueList venues={bookableVenues} />
|
||||
<VenueList venues={bookableVenues} heading="Våre lokaler" />
|
||||
<BgPig type="key" />
|
||||
</main>
|
||||
);
|
||||
|
Reference in New Issue
Block a user