From 5f253fbde5d666edf20fba48534bde8a00f2b2a5 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 16:15:12 +0000 Subject: [PATCH] Update src/app/layout.tsx --- src/app/layout.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 3c5e04d..20a7ff4 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -2,7 +2,8 @@ import type { Metadata } from "next"; import "./styles/globals.css"; export const metadata: Metadata = { - title: "AYVYX AI - 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: "AI sports camera, performance tracking, athletic technology"}; + title: "AYVYX AI - 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: "AI sports camera, performance tracking, athletic technology" +}; export default function RootLayout({ children,