From e5a429cac9dbe547ef53a7684d5caa4eefe5c4c3 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 21:24:20 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 203ccda..cad3ca5 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -9,7 +9,7 @@ const inter = Inter({ }); export const metadata: Metadata = { - title: "Thor Creations - Custom Vinyl Decals & Branded Merchandise", description: "Professional custom vinyl decals, branded merchandise, and design solutions for small business owners and contractors."}; + title: "Thor Creations", description: "Creative solutions for your business"}; export default function RootLayout({ children, @@ -18,7 +18,9 @@ export default function RootLayout({ }) { return ( - {children} + + {children} +