From e64a6ca93d109349475edc5229240dfb76fe1d6b Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 15:01:27 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 16 +++++----------- 1 file changed, 5 insertions(+), 11 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 3cba5ab..750f3a6 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,12 +1,8 @@ -import type { Metadata } from 'next'; -import './styles/variables.css'; -import './styles/globals.css'; +import type { Metadata } from "next"; +import "./styles/globals.css"; export const metadata: Metadata = { - title: 'Vision Pro Sports - AI-Powered Sports Camera Glasses', - description: 'Experience the future of sports with AI-powered camera glasses that capture, analyze, and enhance your athletic performance in real time.', - keywords: 'sports camera, AI glasses, athletic performance, wearable technology', -}; + title: "Vision Pro Sports - AI-Powered Sports Camera Glasses", description: "Experience the future of sports with AI-powered camera glasses that capture, analyze, and enhance your athletic performance in real time.", keywords: "sports camera, AI analytics, athletic performance, wearable technology"}; export default function RootLayout({ children, @@ -15,9 +11,7 @@ export default function RootLayout({ }) { return ( - - {children} - + {children}