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}