change dns to cn in address and metadata texts
This commit is contained in:
@ -4,8 +4,9 @@ import { Footer } from "@/components/layout/Footer";
|
||||
import { Metadata } from "next";
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Det Norske Studentersamfund",
|
||||
description: "Studentersamfundet driver studenthuset Chateau Neuf i Oslo.",
|
||||
title: "Chateau Neuf",
|
||||
description:
|
||||
"Chateau Neuf er studenthuset i Oslo og tilholdsstedet for foreningene i Studentersamfundet.",
|
||||
};
|
||||
|
||||
export default function RootLayout({
|
||||
|
@ -6,7 +6,7 @@ export const AddressSection = () => {
|
||||
<div className={styles.text}>
|
||||
<h2>Adresse</h2>
|
||||
<div>
|
||||
Det Norske Studentersamfund
|
||||
Chateau Neuf
|
||||
<br />
|
||||
Slemdalsveien 15
|
||||
<br />
|
||||
|
@ -70,7 +70,7 @@ export const Footer = () => {
|
||||
<div className={styles.address}>
|
||||
<h2 className="suphead">Adresse</h2>
|
||||
<div>
|
||||
Det Norske Studentersamfund
|
||||
Chateau Neuf
|
||||
<br />
|
||||
Slemdalsveien 15
|
||||
<br />
|
||||
|
Reference in New Issue
Block a user