add news page

This commit is contained in:
elisejakob
2024-05-12 21:34:14 +02:00
parent 022ed8c143
commit b7eb5d2592
3 changed files with 16 additions and 2 deletions

View File

@ -24,7 +24,6 @@ export default async function Home() {
<div>
<FeaturedEvents events={events} />
<blockquote>«Hvor Glæden hersker, er alltid Fest»</blockquote>
<NewsList />
<PersonSection heading="Styret" />
<PersonSection heading="Administrasjonen" />
</div>