5 Commits

Author SHA1 Message Date
802fa03bcd Merge version_3 into main
Merge version_3 into main
2026-03-06 13:15:09 +00:00
7c4ee0ba7a Update src/app/page.tsx 2026-03-06 13:15:05 +00:00
0c799421f9 Update src/app/layout.tsx 2026-03-06 13:15:04 +00:00
d41d7b6874 Merge version_3 into main
Merge version_3 into main
2026-03-06 13:12:01 +00:00
1d1d32d254 Update src/app/page.tsx 2026-03-06 13:11:57 +00:00
2 changed files with 30 additions and 1429 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -42,7 +42,7 @@ export default function LandingPage() {
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroBillboardScroll <HeroBillboardScroll
title="Experience the Future of Sports" title="Experience the Future of Sports"
description="See every moment with intelligence. AI-powered sports camera glasses that capture, analyze, and enhance your athletic performance in real time." description="See every moment with intelligence. AI-powered sports camera glasses that capture, analyze, and enhance your athletic performance in real time. Multiple perspectives, one vision."
tag="Innovation Meets Performance" tag="Innovation Meets Performance"
tagAnimation="slide-up" tagAnimation="slide-up"
background={{ variant: "plain" }} background={{ variant: "plain" }}
@@ -50,9 +50,9 @@ export default function LandingPage() {
{ text: "Explore Now", href: "features" }, { text: "Explore Now", href: "features" },
{ text: "Watch Demo", onClick: () => {} }, { text: "Watch Demo", onClick: () => {} },
]} ]}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYnun7180FDpbVW3c9BvHg3OdW/a-sleek-pair-of-ai-powered-sports-camera-1772778647966-272ff58e.png" imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYnun7180FDpbVW3c9BvHg3OdW/uploaded-1772802684812-3d3drxcz.png"
imageAlt="AI Sports Camera Glasses Hero" imageAlt="AI Sports Camera Glasses Hero - Multiple Perspectives View"
ariaLabel="Hero section showcasing AI sports camera glasses" ariaLabel="Hero section showcasing AI sports camera glasses with multiple viewpoints"
/> />
</div> </div>
@@ -60,7 +60,7 @@ export default function LandingPage() {
<AboutMetric <AboutMetric
title="Engineered for Champions. Designed for Everyone." title="Engineered for Champions. Designed for Everyone."
metrics={[ metrics={[
{ icon: Eye, label: "Crystal Clear Display", value: "2K" }, { icon: Eye, label: "Multi-View Capture", value: "360°" },
{ icon: Zap, label: "Battery Life", value: "12 hrs" }, { icon: Zap, label: "Battery Life", value: "12 hrs" },
{ icon: Brain, label: "AI Processing", value: "Real-time" }, { icon: Brain, label: "AI Processing", value: "Real-time" },
{ icon: Shield, label: "Durability Rating", value: "Military Grade" }, { icon: Shield, label: "Durability Rating", value: "Military Grade" },
@@ -74,15 +74,18 @@ export default function LandingPage() {
<div id="features" data-section="features"> <div id="features" data-section="features">
<FeatureCardMedia <FeatureCardMedia
title="Powerful Features Built for Performance" title="Powerful Features Built for Performance"
description="Advanced technology seamlessly integrated into a lightweight, elegant design." description="Advanced technology seamlessly integrated into a lightweight, elegant design. Capture multiple perspectives with AI-powered scene analysis."
tag="Technology" tag="Technology"
features={[ 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/a-close-up-view-of-advanced-ai-processin-1772778648817-0d6e0ef3.png", imageAlt: "AI Analytics Interface"}, id: "1", title: "Multi-Perspective AI Analytics", description: "Real-time performance metrics from multiple viewpoints, form correction, and insights powered by advanced machine learning algorithms that analyze every angle.", tag: "Smart Analysis", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYnun7180FDpbVW3c9BvHg3OdW/a-close-up-view-of-advanced-ai-processin-1772778648817-0d6e0ef3.png", imageAlt: "AI Analytics Interface - Multi-angle Processing"
},
{ {
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/pov-shot-from-sports-camera-glasses-show-1772778648626-cea590ed.png", imageAlt: "2K Video Recording"}, id: "2", title: "Cinematic Multi-View Recording", description: "Simultaneous capture from multiple perspectives with optical stabilization and automatic framing adjustment. Create cinematic content from every angle.", tag: "Video Technology", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYnun7180FDpbVW3c9BvHg3OdW/pov-shot-from-sports-camera-glasses-show-1772778648626-cea590ed.png", imageAlt: "Multi-View 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/minimalist-illustration-showing-the-spor-1772778647504-1df09695.png", imageAlt: "Extended Battery Life"}, id: "3", title: "Extended All-Day Battery", description: "Up to 12 hours of continuous multi-perspective recording with fast-charge technology. Stay powered through your entire day and capture every moment.", tag: "Battery Innovation", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYnun7180FDpbVW3c9BvHg3OdW/minimalist-illustration-showing-the-spor-1772778647504-1df09695.png", imageAlt: "Extended Battery Life"
},
]} ]}
animationType="slide-up" animationType="slide-up"
textboxLayout="default" textboxLayout="default"
@@ -112,20 +115,24 @@ export default function LandingPage() {
<div id="testimonials" data-section="testimonials"> <div id="testimonials" data-section="testimonials">
<TestimonialCardSixteen <TestimonialCardSixteen
title="What Champions Are Saying" title="What Champions Are Saying"
description="Real feedback from athletes using Vision Pro Sports to enhance their performance." description="Real feedback from athletes using Vision Pro Sports to enhance their performance from multiple perspectives."
testimonials={[ testimonials={[
{ {
id: "1", name: "Sarah Johnson", role: "Professional Cyclist", company: "Elite Sports Team", rating: 5, 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/portrait-photograph-of-a-professional-at-1772778648971-303f1998.png", imageAlt: "Sarah Johnson"}, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYnun7180FDpbVW3c9BvHg3OdW/portrait-photograph-of-a-professional-at-1772778648971-303f1998.png", imageAlt: "Sarah Johnson"
},
{ {
id: "2", name: "Michael Chen", role: "Track & Field Coach", company: "National Training Center", rating: 5, 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/portrait-photograph-of-a-different-athle-1772778648995-fc39f086.png", imageAlt: "Michael Chen"}, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYnun7180FDpbVW3c9BvHg3OdW/portrait-photograph-of-a-different-athle-1772778648995-fc39f086.png", imageAlt: "Michael Chen"
},
{ {
id: "3", name: "Emily Rodriguez", role: "Marathon Runner", company: "ultraendurance Athletes", rating: 5, 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/portrait-of-a-fitness-trainer-or-sports--1772778648663-670b8a8c.png", imageAlt: "Emily Rodriguez"}, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYnun7180FDpbVW3c9BvHg3OdW/portrait-of-a-fitness-trainer-or-sports--1772778648663-670b8a8c.png", imageAlt: "Emily Rodriguez"
},
{ {
id: "4", name: "David Kim", role: "Fitness Influencer", company: "FitTech Media", rating: 5, 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/portrait-of-a-content-creator-or-influen-1772778648937-00cd601e.png", imageAlt: "David Kim"}, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYnun7180FDpbVW3c9BvHg3OdW/portrait-of-a-content-creator-or-influen-1772778648937-00cd601e.png", imageAlt: "David Kim"
},
]} ]}
kpiItems={[ kpiItems={[
{ value: "180+", label: "World Records Enhanced" }, { value: "180+", label: "World Records Enhanced" },
@@ -142,16 +149,16 @@ export default function LandingPage() {
<div id="contact" data-section="contact"> <div id="contact" data-section="contact">
<ContactSplitForm <ContactSplitForm
title="Ready to Transform Your Performance?" title="Ready to Transform Your Performance?"
description="Join the next generation of athletes. Get early access to Vision Pro Sports and unlock your potential." description="Join the next generation of athletes. Get early access to Vision Pro Sports and unlock your potential with multi-perspective AI analysis."
inputs={[ inputs={[
{ name: "fullName", type: "text", placeholder: "Full Name", required: true }, { name: "fullName", type: "text", placeholder: "Full Name", required: true },
{ name: "email", type: "email", placeholder: "Email Address", required: true }, { name: "email", type: "email", placeholder: "Email Address", required: true },
{ name: "sport", type: "text", placeholder: "Your Sport", required: false }, { name: "sport", type: "text", placeholder: "Your Sport", required: false },
]} ]}
textarea={{ name: "message", placeholder: "Tell us about your athletic goals...", rows: 5, required: false }} textarea={{ name: "message", placeholder: "Tell us about your athletic goals and what perspectives matter most to you...", rows: 5, required: false }}
useInvertedBackground={false} useInvertedBackground={false}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYnun7180FDpbVW3c9BvHg3OdW/a-sophisticated-product-lifestyle-image--1772778648067-343607b7.png" imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYnun7180FDpbVW3c9BvHg3OdW/a-sophisticated-product-lifestyle-image--1772778648067-343607b7.png"
imageAlt="AI Sports Camera Glasses Lifestyle" imageAlt="AI Sports Camera Glasses Lifestyle - Multiple Perspectives"
mediaAnimation="slide-up" mediaAnimation="slide-up"
mediaPosition="right" mediaPosition="right"
buttonText="Get Early Access" buttonText="Get Early Access"