Merge version_5 into main

Merge version_5 into main
This commit was merged in pull request #11.
This commit is contained in:
2026-03-06 16:07:15 +00:00

View File

@@ -27,7 +27,7 @@ export default function LandingPage() {
>
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
brandName="Vision Pro Sports"
brandName="AYVYX AI"
navItems={[
{ name: "Features", id: "features" },
{ name: "About", id: "about" },
@@ -94,7 +94,7 @@ export default function LandingPage() {
<div id="metrics" data-section="metrics">
<MetricCardTwo
title="Trusted by Athletes Worldwide"
description="Join thousands who are elevating their performance with Vision Pro Sports"
description="Join thousands who are elevating their performance with AYVYX AI"
metrics={[
{ id: "1", value: "50K+", description: "Active Users" },
{ id: "2", value: "98%", description: "Satisfaction Rate" },
@@ -112,7 +112,7 @@ export default function LandingPage() {
<div id="testimonials" data-section="testimonials">
<TestimonialCardSixteen
title="What Champions Are Saying"
description="Real feedback from athletes using Vision Pro Sports to enhance their performance."
description="Real feedback from athletes using AYVYX AI to enhance their performance."
testimonials={[
{
id: "1", name: "Sarah Johnson", role: "Professional Cyclist", company: "Elite Sports Team", rating: 5,
@@ -142,7 +142,7 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactSplitForm
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 AYVYX AI and unlock your potential."
inputs={[
{ name: "fullName", type: "text", placeholder: "Full Name", required: true },
{ name: "email", type: "email", placeholder: "Email Address", required: true },
@@ -161,7 +161,7 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterLogoReveal
logoText="Vision Pro Sports"
logoText="AYVYX AI"
leftLink={{ text: "Privacy Policy", href: "#" }}
rightLink={{ text: "Terms of Service", href: "#" }}
ariaLabel="Site footer"