Merge version_3 into main #9
@@ -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,
|
||||
|
||||
@@ -79,11 +79,14 @@ export default function LandingPage() {
|
||||
tag="Technology"
|
||||
features={[
|
||||
{
|
||||
id: "1", title: "AI-Powered Analytics", description: "Real-time performance metrics, form correction, and insights powered by advanced machine learning algorithms.", tag: "Smart Analysis", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYnun7180FDpbVW3c9BvHg3OdW/uploaded-1772802684812-3d3drxcz.png", imageAlt: "AI Analytics Interface"},
|
||||
id: "1", title: "AI-Powered Analytics", description: "Real-time performance metrics, form correction, and insights powered by advanced machine learning algorithms.", tag: "Smart Analysis", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYnun7180FDpbVW3c9BvHg3OdW/uploaded-1772802684812-3d3drxcz.png", imageAlt: "AI Analytics Interface"
|
||||
},
|
||||
{
|
||||
id: "2", title: "Cinematic Recording", description: "2K video capture with optical stabilization and automatic framing adjustment for perfect moments every time.", tag: "Video Technology", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYnun7180FDpbVW3c9BvHg3OdW/uploaded-1772802684812-3d3drxcz.png", imageAlt: "2K Video Recording"},
|
||||
id: "2", title: "Cinematic Recording", description: "2K video capture with optical stabilization and automatic framing adjustment for perfect moments every time.", tag: "Video Technology", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYnun7180FDpbVW3c9BvHg3OdW/uploaded-1772802684812-3d3drxcz.png", imageAlt: "2K Video Recording"
|
||||
},
|
||||
{
|
||||
id: "3", title: "All-Day Battery", description: "Up to 12 hours of continuous use with fast-charge technology. Stay powered through your entire day.", tag: "Battery Innovation", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYnun7180FDpbVW3c9BvHg3OdW/uploaded-1772802684812-3d3drxcz.png", imageAlt: "Extended Battery Life"},
|
||||
id: "3", title: "All-Day Battery", description: "Up to 12 hours of continuous use with fast-charge technology. Stay powered through your entire day.", tag: "Battery Innovation", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYnun7180FDpbVW3c9BvHg3OdW/uploaded-1772802684812-3d3drxcz.png", imageAlt: "Extended Battery Life"
|
||||
},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
@@ -117,16 +120,20 @@ export default function LandingPage() {
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Sarah Johnson", role: "Professional Cyclist", company: "Elite Sports Team", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYnun7180FDpbVW3c9BvHg3OdW/uploaded-1772802684812-3d3drxcz.png", imageAlt: "Sarah Johnson"},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYnun7180FDpbVW3c9BvHg3OdW/uploaded-1772802684812-3d3drxcz.png", imageAlt: "Sarah Johnson"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Michael Chen", role: "Track & Field Coach", company: "National Training Center", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYnun7180FDpbVW3c9BvHg3OdW/uploaded-1772802684812-3d3drxcz.png", imageAlt: "Michael Chen"},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYnun7180FDpbVW3c9BvHg3OdW/uploaded-1772802684812-3d3drxcz.png", imageAlt: "Michael Chen"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Emily Rodriguez", role: "Marathon Runner", company: "ultraendurance Athletes", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYnun7180FDpbVW3c9BvHg3OdW/uploaded-1772802684812-3d3drxcz.png", imageAlt: "Emily Rodriguez"},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYnun7180FDpbVW3c9BvHg3OdW/uploaded-1772802684812-3d3drxcz.png", imageAlt: "Emily Rodriguez"
|
||||
},
|
||||
{
|
||||
id: "4", name: "David Kim", role: "Fitness Influencer", company: "FitTech Media", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYnun7180FDpbVW3c9BvHg3OdW/uploaded-1772802684812-3d3drxcz.png", imageAlt: "David Kim"},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYnun7180FDpbVW3c9BvHg3OdW/uploaded-1772802684812-3d3drxcz.png", imageAlt: "David Kim"
|
||||
},
|
||||
]}
|
||||
kpiItems={[
|
||||
{ value: "180+", label: "World Records Enhanced" },
|
||||
|
||||
Reference in New Issue
Block a user