tidy up, add section header component with links + make breadcrumb component

This commit is contained in:
elise
2024-07-15 15:18:04 +02:00
parent e7fb07005c
commit ebb0ee41ff
14 changed files with 90 additions and 48 deletions

View File

@ -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>
);