diff --git a/web/src/app/layout.tsx b/web/src/app/layout.tsx index f9a9170..43dbb48 100644 --- a/web/src/app/layout.tsx +++ b/web/src/app/layout.tsx @@ -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({ diff --git a/web/src/components/blocks/AddressSection.tsx b/web/src/components/blocks/AddressSection.tsx index 73f24ff..ae92920 100644 --- a/web/src/components/blocks/AddressSection.tsx +++ b/web/src/components/blocks/AddressSection.tsx @@ -6,7 +6,7 @@ export const AddressSection = () => {