From 0d43b99d1160042bb55048ad1fd07a44b9217356 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 14:16:46 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 47595e0..3cba5ab 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,8 +1,11 @@ -import type { Metadata } from "next"; -import "./styles/globals.css"; +import type { Metadata } from 'next'; +import './styles/variables.css'; +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 analytics, performance tracking, multi-view recording" + 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', }; export default function RootLayout({ @@ -12,7 +15,9 @@ export default function RootLayout({ }) { return ( - {children} + + {children} +