diff --git a/app/(home)/layout.tsx b/app/(home)/layout.tsx index 33bfe54..4bcc088 100644 --- a/app/(home)/layout.tsx +++ b/app/(home)/layout.tsx @@ -77,7 +77,7 @@ export default async function RootLayout({ }: Readonly<{ children: React.ReactNode; }>) { - const domain = (await headers()).get("host"); + const domain = (await headers()).get("host")?.replace("www.", ""); const contactInfo = [ {