Merge version_3 into main

Merge version_3 into main
This commit was merged in pull request #6.
This commit is contained in:
2026-03-06 14:16:50 +00:00
2 changed files with 11 additions and 5 deletions

View File

@@ -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 (
<html lang="en">
<body>{children}
<body>
{children}
<script
dangerouslySetInnerHTML={{
__html: `
@@ -1382,4 +1387,4 @@ export default function RootLayout({
</body>
</html>
);
}
}

View File

@@ -10,6 +10,7 @@ import TestimonialCardSixteen from "@/components/sections/testimonial/Testimonia
import ContactSplitForm from "@/components/sections/contact/ContactSplitForm";
import FooterLogoReveal from "@/components/sections/footer/FooterLogoReveal";
import { Eye, Zap, Brain, Shield } from "lucide-react";
import Link from "next/link";
export default function LandingPage() {
return (