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";
|
import { Metadata } from "next";
|
||||||
|
|
||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
title: "Det Norske Studentersamfund",
|
title: "Chateau Neuf",
|
||||||
description: "Studentersamfundet driver studenthuset Chateau Neuf i Oslo.",
|
description:
|
||||||
|
"Chateau Neuf er studenthuset i Oslo og tilholdsstedet for foreningene i Studentersamfundet.",
|
||||||
};
|
};
|
||||||
|
|
||||||
export default function RootLayout({
|
export default function RootLayout({
|
||||||
|
@ -6,7 +6,7 @@ export const AddressSection = () => {
|
|||||||
<div className={styles.text}>
|
<div className={styles.text}>
|
||||||
<h2>Adresse</h2>
|
<h2>Adresse</h2>
|
||||||
<div>
|
<div>
|
||||||
Det Norske Studentersamfund
|
Chateau Neuf
|
||||||
<br />
|
<br />
|
||||||
Slemdalsveien 15
|
Slemdalsveien 15
|
||||||
<br />
|
<br />
|
||||||
|
@ -70,7 +70,7 @@ export const Footer = () => {
|
|||||||
<div className={styles.address}>
|
<div className={styles.address}>
|
||||||
<h2 className="suphead">Adresse</h2>
|
<h2 className="suphead">Adresse</h2>
|
||||||
<div>
|
<div>
|
||||||
Det Norske Studentersamfund
|
Chateau Neuf
|
||||||
<br />
|
<br />
|
||||||
Slemdalsveien 15
|
Slemdalsveien 15
|
||||||
<br />
|
<br />
|
||||||
|
Reference in New Issue
Block a user