From 3c8e21634d4713d3427cfa226cad47b659cf5eaa Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 19:28:11 +0000 Subject: [PATCH] Update src/app/layout.tsx --- src/app/layout.tsx | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 7d090f0..6b25e95 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -5,8 +5,7 @@ import "./globals.css"; const inter = Inter({ subsets: ["latin"] }); export const metadata: Metadata = { - title: "Iron Pulse CrossFit", description: "Elite CrossFit training and coaching" -}; + title: "Iron Pulse - CrossFit Gym", description: "Elite CrossFit training and coaching"}; export default function RootLayout({ children, @@ -15,7 +14,9 @@ export default function RootLayout({ }) { return ( - {children} + + {children} +