Update src/app/layout.tsx

This commit is contained in:
2026-03-06 15:03:32 +00:00
parent 91ce3ab862
commit a286e943c0

View File

@@ -2,7 +2,8 @@ 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 analytics, 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,