diff --git a/app/layout.tsx b/app/layout.tsx index f712ed9..7224870 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -18,9 +18,9 @@ const defaultUrl = process.env.VERCEL_URL export const metadata = { metadataBase: new URL(defaultUrl), - title: "Data-Loom | Seamless Real-Time File and Text Sharing", + title: "Data Loom | Seamless Real-Time File Sharing", description: - "Data-Loom offers instant, secure, and anonymous file and text sharing directly between devices. Start sharing immediately with one-click access—no sign up required.", + "Data Loom offers instant, secure, and anonymous file and text sharing directly between devices. Start sharing immediately with one-click access—no sign up required.", } export default async function RootLayout({ children }: PropsWithChildren) {