From e4dc3c708c2924d3b4418a6e22d47236c165f209 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 18:07:49 +0000 Subject: [PATCH] Update src/app/layout.tsx --- src/app/layout.tsx | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 9771a29..45c4ed6 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,6 +1,4 @@ import type { Metadata } from "next"; -import { GeistSans } from "geist/font/sans"; -import { GeistMono } from "geist/font/mono"; import "@/styles/globals.css"; const defaultUrl = process.env.VERCEL_URL @@ -9,7 +7,8 @@ const defaultUrl = process.env.VERCEL_URL export const metadata: Metadata = { metadataBase: new URL(defaultUrl), - title: "Creative Motion", description: "Professional 3D animation and video editing services"}; + title: "Creative Motion", description: "Professional 3D animation and video editing services" +}; export default function RootLayout({ children, @@ -17,7 +16,7 @@ export default function RootLayout({ children: React.ReactNode; }) { return ( - + {children}