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} +