From d5e5a1d01340fa0c8a31c860c55c04c183496215 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 19:09:39 +0000 Subject: [PATCH] Update src/app/layout.tsx --- src/app/layout.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 496ff32..b566183 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -5,7 +5,8 @@ import "@/styles/globals.css"; const inter = Inter({ subsets: ["latin"] }); export const metadata: Metadata = { - title: "Dimensional - Immersive 3D Web Experiences", description: "Create stunning 3D web experiences with Dimensional"}; + title: "Dimensional - Immersive 3D Web Experiences", description: "Create stunning 3D web experiences with Dimensional" +}; export default function RootLayout({ children, -- 2.49.1