diff --git a/app/[lang]/(live)/layout.tsx b/app/[lang]/(live)/layout.tsx index db301e06b..620034307 100644 --- a/app/[lang]/(live)/layout.tsx +++ b/app/[lang]/(live)/layout.tsx @@ -18,7 +18,7 @@ import type { LangParams, LayoutArgs } from "@/types/params" export const metadata: Metadata = { description: "New web", - title: "Scandic Hotels New Web", + title: "Scandic Hotels", } export default async function RootLayout({ diff --git a/app/[lang]/(preview)/layout.tsx b/app/[lang]/(preview)/layout.tsx index e944f091a..5f02fea60 100644 --- a/app/[lang]/(preview)/layout.tsx +++ b/app/[lang]/(preview)/layout.tsx @@ -6,7 +6,7 @@ import type { LangParams, LayoutArgs } from "@/types/params" export const metadata: Metadata = { description: "New web", - title: "Scandic Hotels New Web", + title: "Scandic Hotels", } export default function RootLayout({ diff --git a/app/[lang]/(preview-current)/layout.tsx b/app/[lang]/(preview-current)/layout.tsx index 78ee16d3f..0e3b55514 100644 --- a/app/[lang]/(preview-current)/layout.tsx +++ b/app/[lang]/(preview-current)/layout.tsx @@ -13,7 +13,7 @@ export const fetchCache = "default-no-store" export const metadata: Metadata = { description: "New web", - title: "Scandic Hotels New Web", + title: "Scandic Hotels", } export default function RootLayout({