misc design progress and testing
This commit is contained in:
@@ -5,6 +5,7 @@ import { NewsList } from "@/components/news/NewsList";
|
||||
import Link from "next/link";
|
||||
import { PageHeader } from "@/components/general/PageHeader";
|
||||
import { PersonSection } from "@/components/people/PersonSection";
|
||||
import { ContactInfo } from "@/components/contact/ContactInfo";
|
||||
|
||||
export default async function Page() {
|
||||
return (
|
||||
@@ -13,6 +14,7 @@ export default async function Page() {
|
||||
heading="Kontakt"
|
||||
lead="Her er info om hvordan du kan kontakte oss og sånt."
|
||||
/>
|
||||
<ContactInfo />
|
||||
<PersonSection heading="Styret" />
|
||||
<PersonSection heading="Administrasjonen" />
|
||||
</main>
|
||||
|
Reference in New Issue
Block a user