From fc3cbbefb23aca3f23bc2d35b0f9e6a39c497840 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 17:43:18 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index a87c649..82942ee 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -2,10 +2,10 @@ import type { Metadata } from "next"; import { Inter } from "next/font/google"; import "./globals.css"; -const inter = Inter({ variable: "--font-inter", subsets: ["latin"] }); +const inter = Inter({ subsets: ["latin"] }); export const metadata: Metadata = { - title: "Strategy Sport Academy", description: "Elite multisport training for athletes of all ages. Professional coaching in basketball, skating, martial arts, and more."}; + title: "Strategy Sport Academy", description: "Elite multisport training for athletes of all ages"}; export default function RootLayout({ children, @@ -14,7 +14,7 @@ export default function RootLayout({ }) { return ( - {children} + {children}