style some anchor links and filter buttons

This commit is contained in:
elisejakob
2024-05-23 00:27:40 +02:00
parent 3178fcbdc4
commit a1dddb64b1
5 changed files with 80 additions and 13 deletions

View File

@ -59,10 +59,6 @@ export default async function Home() {
<FeaturedEvents events={featuredEvents} />
<UpcomingEvents events={events} />
<NewsList heading="Siste nytt" limit={3} featured news={news} />
<blockquote>«Hvor Glæden hersker, er alltid Fest»</blockquote>
<IconListBlock />
<FeaturedBlock />
<FeaturedBlock />
</main>
);
}