From 20b62fbef7aeb1826b7a92a8b720bca2c6523bdc Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 27 Feb 2026 10:32:09 +0000 Subject: [PATCH] Update src/app/layout.tsx --- src/app/layout.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 0b8da0a..3dcf52d 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,8 +1,7 @@ import type { Metadata } from "next"; export const metadata: Metadata = { - title: "Maxximize - Transform Your Appearance", description: "Science-backed personal optimization for men. Master skincare, fitness, style, and grooming." -}; + title: "Maxximize - Transform Your Appearance", description: "Science-backed personal optimization for men. Master skincare, fitness, style, and grooming."}; export default function RootLayout({ children,