style some anchor links and filter buttons

This commit is contained in:
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>
);
}

View File

@@ -9,18 +9,54 @@ export default async function Page() {
return (
<main className="site-main" id="main">
<PageHeader heading="Praktisk info" />
<p>Velkommen til oss!</p>
<p className="lead">
Velkommen til oss! Enten du skal teater, konsert, foredrag, eller er
student eller pensjonist, gleder vi oss til å se deg Chateau Neuf.
Her finner du informasjon om hvordan du kommer deg til oss, og hva vi
kan by av tjenester.
</p>
<div className="anchorLinks">
Hopp til:
<span className="circlehead">Hopp til:</span>
<ul>
<li>
<button>Åpningstider</button>
<a href="#" className="button">
Adkomst
</a>
</li>
<li>
<button>Adresse</button>
<a href="#" className="button">
Åpningstider
</a>
</li>
<li>
<button>Billetter</button>
<a href="#" className="button">
Billetter
</a>
</li>
<li>
<a href="#" className="button">
Booking og utleie
</a>
</li>
<li>
<a href="#" className="button">
Hittegods
</a>
</li>
<li>
<a href="#" className="button">
Tilgjengelighet
</a>
</li>
<li>
<a href="#" className="button">
Vergeordning
</a>
</li>
<li>
<a href="#" className="button">
Servering
</a>
</li>
</ul>
</div>