Merge version_1 into main #2

Merged
bender merged 2 commits from version_1 into main 2026-03-05 22:50:02 +00:00
2 changed files with 70 additions and 257 deletions

View File

@@ -25,11 +25,11 @@ export default function ContactPage() {
<div id="nav" data-section="nav">
<NavbarStyleFullscreen
navItems={[
{ name: "Features", id: "/" },
{ name: "Pricing", id: "/pricing" },
{ name: "How It Works", id: "/" },
{ name: "Testimonials", id: "/" },
{ name: "Contact", id: "/contact" },
{ name: "Features", id: "features" },
{ name: "Pricing", id: "pricing" },
{ name: "How It Works", id: "howitworks" },
{ name: "Testimonials", id: "testimonials" },
{ name: "Contact", id: "contact" },
]}
brandName="HighlightAI"
bottomLeftText="Sports Video Intelligence"
@@ -48,7 +48,7 @@ export default function ContactPage() {
]}
buttonAnimation="slide-up"
background={{ variant: "sparkles-gradient" }}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXtSXNp5R1AOCdQElzSFxHBo58/a-sleek-sports-highlight-reel-editing-da-1772750807322-41a26c68.png?_wi=4"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXtSXNp5R1AOCdQElzSFxHBo58/a-sleek-sports-highlight-reel-editing-da-1772750807322-41a26c68.png"
imageAlt="Contact page hero section"
mediaAnimation="blur-reveal"
frameStyle="card"
@@ -60,30 +60,19 @@ export default function ContactPage() {
<FaqSplitText
faqs={[
{
id: "1",
title: "How can I contact support?",
content: "You can reach our support team at hello@highlightai.com or through the contact form on this page. We typically respond within 24 hours.",
},
id: "1", title: "How can I contact support?", content: "You can reach our support team at hello@highlightai.com or through the contact form on this page. We typically respond within 24 hours."},
{
id: "2",
title: "What are your business hours?",
content: "Our support team is available Monday through Friday, 9 AM to 5 PM EST. We respond to all inquiries, including weekend messages, by Monday.",
},
id: "2", title: "What are your business hours?", content: "Our support team is available Monday through Friday, 9 AM to 5 PM EST. We respond to all inquiries, including weekend messages, by Monday."},
{
id: "3",
title: "Do you offer sales consultations?",
content: "Yes! If you're interested in our enterprise plans or have specific needs, we can arrange a call with our sales team. Contact us to schedule.",
},
id: "3", title: "Do you offer sales consultations?", content: "Yes! If you're interested in our enterprise plans or have specific needs, we can arrange a call with our sales team. Contact us to schedule."},
{
id: "4",
title: "Are there partnership opportunities?",
content: "We're always interested in partnerships with athletes, coaches, teams, and media companies. Please reach out to discuss opportunities.",
},
id: "4", title: "Are there partnership opportunities?", content: "We're always interested in partnerships with athletes, coaches, teams, and media companies. Please reach out to discuss opportunities."},
]}
sideTitle="Contact Support"
sideDescription="Find answers to common questions or get in touch with our team"
useInvertedBackground={false}
textPosition="left"
faqsAnimation="slide-up"
/>
</div>
@@ -106,17 +95,15 @@ export default function ContactPage() {
<FooterBase
columns={[
{
title: "Product",
items: [
{ label: "Features", href: "/" },
{ label: "Pricing", href: "/pricing" },
{ label: "How It Works", href: "/" },
title: "Product", items: [
{ label: "Features", href: "features" },
{ label: "Pricing", href: "pricing" },
{ label: "How It Works", href: "howitworks" },
{ label: "Download App", href: "#" },
],
},
{
title: "Company",
items: [
title: "Company", items: [
{ label: "About Us", href: "#" },
{ label: "Blog", href: "#" },
{ label: "Careers", href: "#" },
@@ -124,11 +111,10 @@ export default function ContactPage() {
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{ label: "Privacy Policy", href: "#" },
{ label: "Terms of Service", href: "#" },
{ label: "Contact Support", href: "/contact" },
{ label: "Contact Support", href: "contact" },
{ label: "Accessibility", href: "#" },
],
},

View File

@@ -55,7 +55,7 @@ export default function HomePage() {
]}
buttonAnimation="slide-up"
background={{ variant: "sparkles-gradient" }}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXtSXNp5R1AOCdQElzSFxHBo58/a-sleek-sports-highlight-reel-editing-da-1772750807322-41a26c68.png?_wi=1"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXtSXNp5R1AOCdQElzSFxHBo58/a-sleek-sports-highlight-reel-editing-da-1772750807322-41a26c68.png"
imageAlt="HighlightAI editing dashboard with AI-powered video tools"
mediaAnimation="blur-reveal"
frameStyle="browser"
@@ -67,47 +67,23 @@ export default function HomePage() {
<FeatureCardTwentyThree
features={[
{
id: "1",
title: "AI-Powered Highlight Detection",
tags: ["Automatic", "Smart AI"],
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXtSXNp5R1AOCdQElzSFxHBo58/close-up-of-ai-video-analysis-showing-re-1772750807428-59498a5a.png",
imageAlt: "AI highlight detection interface",
},
id: "1", title: "AI-Powered Highlight Detection", tags: ["Automatic", "Smart AI"],
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXtSXNp5R1AOCdQElzSFxHBo58/close-up-of-ai-video-analysis-showing-re-1772750807428-59498a5a.png", imageAlt: "AI highlight detection interface"},
{
id: "2",
title: "Lightning-Fast Video Upload",
tags: ["Drag & Drop", "Large Files"],
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXtSXNp5R1AOCdQElzSFxHBo58/modern-drag-and-drop-video-upload-interf-1772750807461-29eccdd6.png?_wi=1",
imageAlt: "Video upload interface",
},
id: "2", title: "Lightning-Fast Video Upload", tags: ["Drag & Drop", "Large Files"],
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXtSXNp5R1AOCdQElzSFxHBo58/modern-drag-and-drop-video-upload-interf-1772750807461-29eccdd6.png", imageAlt: "Video upload interface"},
{
id: "3",
title: "Professional Player Intro Screen",
tags: ["Customizable", "Auto-Generate"],
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXtSXNp5R1AOCdQElzSFxHBo58/professional-athlete-introduction-screen-1772750807384-b3f0dc08.png",
imageAlt: "Player intro screen template",
},
id: "3", title: "Professional Player Intro Screen", tags: ["Customizable", "Auto-Generate"],
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXtSXNp5R1AOCdQElzSFxHBo58/professional-athlete-introduction-screen-1772750807384-b3f0dc08.png", imageAlt: "Player intro screen template"},
{
id: "4",
title: "Sport-Specific Editing Styles",
tags: ["7 Sports", "Unique Graphics"],
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXtSXNp5R1AOCdQElzSFxHBo58/visual-showcase-of-multiple-sport-specif-1772750821287-acdf467f.png?_wi=1",
imageAlt: "Sport templates showcase",
},
id: "4", title: "Sport-Specific Editing Styles", tags: ["7 Sports", "Unique Graphics"],
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXtSXNp5R1AOCdQElzSFxHBo58/visual-showcase-of-multiple-sport-specif-1772750821287-acdf467f.png", imageAlt: "Sport templates showcase"},
{
id: "5",
title: "Recruiter Share Profile",
tags: ["Shareable", "Professional"],
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXtSXNp5R1AOCdQElzSFxHBo58/clean-recruiter-share-page-showing-a-pro-1772750807816-fdc80d03.png?_wi=1",
imageAlt: "Recruiter share page",
},
id: "5", title: "Recruiter Share Profile", tags: ["Shareable", "Professional"],
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXtSXNp5R1AOCdQElzSFxHBo58/clean-recruiter-share-page-showing-a-pro-1772750807816-fdc80d03.png", imageAlt: "Recruiter share page"},
{
id: "6",
title: "Mobile-First Design",
tags: ["Upload from Phone", "Responsive"],
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXtSXNp5R1AOCdQElzSFxHBo58/mobile-phone-screen-showing-easy-video-u-1772750808340-283d1183.png",
imageAlt: "Mobile upload interface",
},
id: "6", title: "Mobile-First Design", tags: ["Upload from Phone", "Responsive"],
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXtSXNp5R1AOCdQElzSFxHBo58/mobile-phone-screen-showing-easy-video-u-1772750808340-283d1183.png", imageAlt: "Mobile upload interface"},
]}
animationType="slide-up"
title="Powerful Features for Athletes"
@@ -127,7 +103,7 @@ export default function HomePage() {
description="Simple. Powerful. Fast."
subdescription="5 minutes from raw clips to professional video"
icon={Zap}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXtSXNp5R1AOCdQElzSFxHBo58/a-sleek-sports-highlight-reel-editing-da-1772750807322-41a26c68.png?_wi=2"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXtSXNp5R1AOCdQElzSFxHBo58/a-sleek-sports-highlight-reel-editing-da-1772750807322-41a26c68.png"
imageAlt="HighlightAI editing dashboard"
useInvertedBackground={false}
mediaAnimation="slide-up"
@@ -139,61 +115,19 @@ export default function HomePage() {
<ProductCardFour
products={[
{
id: "basketball",
name: "Basketball Highlight Style",
price: "Dynamic Dunks & Fast Breaks",
variant: "AI-Enhanced Transitions",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXtSXNp5R1AOCdQElzSFxHBo58/visual-showcase-of-multiple-sport-specif-1772750821287-acdf467f.png?_wi=2",
imageAlt: "Basketball highlight style",
},
id: "basketball", name: "Basketball Highlight Style", price: "Dynamic Dunks & Fast Breaks", variant: "AI-Enhanced Transitions", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXtSXNp5R1AOCdQElzSFxHBo58/visual-showcase-of-multiple-sport-specif-1772750821287-acdf467f.png", imageAlt: "Basketball highlight style"},
{
id: "football",
name: "Football Highlight Style",
price: "Epic Touchdowns & Tackles",
variant: "Play-by-Play Analysis",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXtSXNp5R1AOCdQElzSFxHBo58/visual-showcase-of-multiple-sport-specif-1772750821287-acdf467f.png?_wi=3",
imageAlt: "Football highlight style",
},
id: "football", name: "Football Highlight Style", price: "Epic Touchdowns & Tackles", variant: "Play-by-Play Analysis", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXtSXNp5R1AOCdQElzSFxHBo58/visual-showcase-of-multiple-sport-specif-1772750821287-acdf467f.png", imageAlt: "Football highlight style"},
{
id: "baseball",
name: "Baseball Highlight Style",
price: "Home Runs & Strikeouts",
variant: "Slow-Mo Replays",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXtSXNp5R1AOCdQElzSFxHBo58/visual-showcase-of-multiple-sport-specif-1772750821287-acdf467f.png?_wi=4",
imageAlt: "Baseball highlight style",
},
id: "baseball", name: "Baseball Highlight Style", price: "Home Runs & Strikeouts", variant: "Slow-Mo Replays", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXtSXNp5R1AOCdQElzSFxHBo58/visual-showcase-of-multiple-sport-specif-1772750821287-acdf467f.png", imageAlt: "Baseball highlight style"},
{
id: "hockey",
name: "Hockey Highlight Style",
price: "Goals & Assists",
variant: "Fast-Paced Action",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXtSXNp5R1AOCdQElzSFxHBo58/visual-showcase-of-multiple-sport-specif-1772750821287-acdf467f.png?_wi=5",
imageAlt: "Hockey highlight style",
},
id: "hockey", name: "Hockey Highlight Style", price: "Goals & Assists", variant: "Fast-Paced Action", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXtSXNp5R1AOCdQElzSFxHBo58/visual-showcase-of-multiple-sport-specif-1772750821287-acdf467f.png", imageAlt: "Hockey highlight style"},
{
id: "soccer",
name: "Soccer Highlight Style",
price: "Goals & Skill Moves",
variant: "Dynamic Replays",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXtSXNp5R1AOCdQElzSFxHBo58/visual-showcase-of-multiple-sport-specif-1772750821287-acdf467f.png?_wi=6",
imageAlt: "Soccer highlight style",
},
id: "soccer", name: "Soccer Highlight Style", price: "Goals & Skill Moves", variant: "Dynamic Replays", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXtSXNp5R1AOCdQElzSFxHBo58/visual-showcase-of-multiple-sport-specif-1772750821287-acdf467f.png", imageAlt: "Soccer highlight style"},
{
id: "volleyball",
name: "Volleyball Highlight Style",
price: "Aces & Blocks",
variant: "Aerial Perspectives",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXtSXNp5R1AOCdQElzSFxHBo58/visual-showcase-of-multiple-sport-specif-1772750821287-acdf467f.png?_wi=7",
imageAlt: "Volleyball highlight style",
},
id: "volleyball", name: "Volleyball Highlight Style", price: "Aces & Blocks", variant: "Aerial Perspectives", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXtSXNp5R1AOCdQElzSFxHBo58/visual-showcase-of-multiple-sport-specif-1772750821287-acdf467f.png", imageAlt: "Volleyball highlight style"},
{
id: "lacrosse",
name: "Lacrosse Highlight Style",
price: "Goals & Defensive Plays",
variant: "Intense Moments",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXtSXNp5R1AOCdQElzSFxHBo58/visual-showcase-of-multiple-sport-specif-1772750821287-acdf467f.png?_wi=8",
imageAlt: "Lacrosse highlight style",
},
id: "lacrosse", name: "Lacrosse Highlight Style", price: "Goals & Defensive Plays", variant: "Intense Moments", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXtSXNp5R1AOCdQElzSFxHBo58/visual-showcase-of-multiple-sport-specif-1772750821287-acdf467f.png", imageAlt: "Lacrosse highlight style"},
]}
carouselMode="buttons"
gridVariant="uniform-all-items-equal"
@@ -210,61 +144,22 @@ export default function HomePage() {
<PricingCardEight
plans={[
{
id: "starter",
badge: "Perfect for Athletes",
badgeIcon: Sparkles,
price: "$9/month",
subtitle: "Get started with AI-powered editing",
buttons: [{ text: "Start Free Trial", href: "/signup" }],
id: "starter", badge: "Perfect for Athletes", badgeIcon: Sparkles,
price: "$9/month", subtitle: "Get started with AI-powered editing", buttons: [{ text: "Start Free Trial", href: "/signup" }],
features: [
"Up to 10 video uploads/month",
"AI highlight detection",
"Auto-generated player intro",
"5 sport templates",
"HD export (1080p)",
"Basic music library",
"Cloud storage (5GB)",
],
"Up to 10 video uploads/month", "AI highlight detection", "Auto-generated player intro", "5 sport templates", "HD export (1080p)", "Basic music library", "Cloud storage (5GB)"],
},
{
id: "pro",
badge: "Most Popular",
badgeIcon: Award,
price: "$29/month",
subtitle: "For serious athletes and coaches",
buttons: [{ text: "Start Free Trial", href: "/signup" }],
id: "pro", badge: "Most Popular", badgeIcon: Award,
price: "$29/month", subtitle: "For serious athletes and coaches", buttons: [{ text: "Start Free Trial", href: "/signup" }],
features: [
"Unlimited video uploads",
"Advanced AI features",
"Professional player intros",
"All 7 sport templates",
"4K export",
"Premium music library",
"Cloud storage (100GB)",
"Recruiter share profiles",
"Social media export",
"Priority support",
],
"Unlimited video uploads", "Advanced AI features", "Professional player intros", "All 7 sport templates", "4K export", "Premium music library", "Cloud storage (100GB)", "Recruiter share profiles", "Social media export", "Priority support"],
},
{
id: "team",
badge: "For Coaches",
badgeIcon: Users,
price: "$99/month",
subtitle: "Manage team highlight reels",
buttons: [{ text: "Start Free Trial", href: "/signup" }],
id: "team", badge: "For Coaches", badgeIcon: Users,
price: "$99/month", subtitle: "Manage team highlight reels", buttons: [{ text: "Start Free Trial", href: "/signup" }],
features: [
"Up to 10 team member accounts",
"Unlimited uploads per member",
"Team branding tools",
"All professional features",
"4K export (all codecs)",
"Unlimited cloud storage",
"Team analytics dashboard",
"Bulk export options",
"Dedicated support",
"Custom templates",
],
"Up to 10 team member accounts", "Unlimited uploads per member", "Team branding tools", "All professional features", "4K export (all codecs)", "Unlimited cloud storage", "Team analytics dashboard", "Bulk export options", "Dedicated support", "Custom templates"],
},
]}
animationType="slide-up"
@@ -280,59 +175,17 @@ export default function HomePage() {
<TestimonialCardTen
testimonials={[
{
id: "1",
title: "Got recruited faster than I thought possible",
quote: "HighlightAI helped me create a professional highlight reel in minutes. Coaches started reaching out within weeks. This platform is a game-changer for athletes.",
name: "Marcus Johnson",
role: "D1 Basketball Player",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXtSXNp5R1AOCdQElzSFxHBo58/professional-headshot-of-a-young-athlete-1772750806630-d991a8c1.png",
imageAlt: "Marcus Johnson athlete",
},
id: "1", title: "Got recruited faster than I thought possible", quote: "HighlightAI helped me create a professional highlight reel in minutes. Coaches started reaching out within weeks. This platform is a game-changer for athletes.", name: "Marcus Johnson", role: "D1 Basketball Player", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXtSXNp5R1AOCdQElzSFxHBo58/professional-headshot-of-a-young-athlete-1772750806630-d991a8c1.png", imageAlt: "Marcus Johnson athlete"},
{
id: "2",
title: "Perfect for showcasing our team",
quote: "As a coach, I love how easy it is to create highlight reels for each player. The AI detection is incredibly accurate and saves us so much time.",
name: "Coach Sarah Williams",
role: "High School Soccer Coach",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXtSXNp5R1AOCdQElzSFxHBo58/professional-headshot-of-a-female-athlet-1772750806733-894a1ca8.png",
imageAlt: "Coach Sarah Williams",
},
id: "2", title: "Perfect for showcasing our team", quote: "As a coach, I love how easy it is to create highlight reels for each player. The AI detection is incredibly accurate and saves us so much time.", name: "Coach Sarah Williams", role: "High School Soccer Coach", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXtSXNp5R1AOCdQElzSFxHBo58/professional-headshot-of-a-female-athlet-1772750806733-894a1ca8.png", imageAlt: "Coach Sarah Williams"},
{
id: "3",
title: "The best investment in my athletic career",
quote: "I sent my HighlightAI profile to 15 colleges and got 8 scholarship offers. This platform literally changed my life.",
name: "Alex Rodriguez",
role: "College Football Prospect",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXtSXNp5R1AOCdQElzSFxHBo58/professional-headshot-of-a-coach-or-spor-1772750806649-21f3ce8e.png",
imageAlt: "Alex Rodriguez football",
},
id: "3", title: "The best investment in my athletic career", quote: "I sent my HighlightAI profile to 15 colleges and got 8 scholarship offers. This platform literally changed my life.", name: "Alex Rodriguez", role: "College Football Prospect", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXtSXNp5R1AOCdQElzSFxHBo58/professional-headshot-of-a-coach-or-spor-1772750806649-21f3ce8e.png", imageAlt: "Alex Rodriguez football"},
{
id: "4",
title: "Recruiters are impressed",
quote: "The professional quality of highlights generated by HighlightAI impressed every recruiter I showed them to. Highly recommend.",
name: "Jennifer Park",
role: "Volleyball Player",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXtSXNp5R1AOCdQElzSFxHBo58/professional-headshot-of-a-recruiter-or--1772750806611-99af16b8.png",
imageAlt: "Jennifer Park volleyball",
},
id: "4", title: "Recruiters are impressed", quote: "The professional quality of highlights generated by HighlightAI impressed every recruiter I showed them to. Highly recommend.", name: "Jennifer Park", role: "Volleyball Player", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXtSXNp5R1AOCdQElzSFxHBo58/professional-headshot-of-a-recruiter-or--1772750806611-99af16b8.png", imageAlt: "Jennifer Park volleyball"},
{
id: "5",
title: "Finally, quality doesn't require expertise",
quote: "I'm not a video editor, but HighlightAI makes me look like a pro. The results speak for themselves.",
name: "Tommy Chen",
role: "Baseball Prospect",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXtSXNp5R1AOCdQElzSFxHBo58/professional-headshot-of-a-young-athlete-1772750806371-5557df74.png",
imageAlt: "Tommy Chen baseball",
},
id: "5", title: "Finally, quality doesn't require expertise", quote: "I'm not a video editor, but HighlightAI makes me look like a pro. The results speak for themselves.", name: "Tommy Chen", role: "Baseball Prospect", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXtSXNp5R1AOCdQElzSFxHBo58/professional-headshot-of-a-young-athlete-1772750806371-5557df74.png", imageAlt: "Tommy Chen baseball"},
{
id: "6",
title: "Our entire program uses it",
quote: "We switched our entire athletic program to HighlightAI. Every player now has professional highlight reels. The value is unmatched.",
name: "Coach Michelle Davis",
role: "D1 Lacrosse Coach",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXtSXNp5R1AOCdQElzSFxHBo58/professional-headshot-of-a-female-coach--1772750806814-46040dec.png",
imageAlt: "Coach Michelle Davis",
},
id: "6", title: "Our entire program uses it", quote: "We switched our entire athletic program to HighlightAI. Every player now has professional highlight reels. The value is unmatched.", name: "Coach Michelle Davis", role: "D1 Lacrosse Coach", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXtSXNp5R1AOCdQElzSFxHBo58/professional-headshot-of-a-female-coach--1772750806814-46040dec.png", imageAlt: "Coach Michelle Davis"},
]}
title="Loved by Athletes & Coaches"
description="See what athletes and coaches are saying about HighlightAI."
@@ -346,50 +199,27 @@ export default function HomePage() {
<FaqSplitText
faqs={[
{
id: "1",
title: "What video formats do you support?",
content: "We support all major video formats including MP4, MOV, AVI, MKV, and WebM. Files up to 5GB can be uploaded with our Pro and Team plans.",
},
id: "1", title: "What video formats do you support?", content: "We support all major video formats including MP4, MOV, AVI, MKV, and WebM. Files up to 5GB can be uploaded with our Pro and Team plans."},
{
id: "2",
title: "How accurate is the AI highlight detection?",
content: "Our AI is trained on thousands of professional and collegiate sports footage. It achieves 94% accuracy in detecting key moments like goals, touchdowns, dunks, and more. You can always manually adjust detected moments.",
},
id: "2", title: "How accurate is the AI highlight detection?", content: "Our AI is trained on thousands of professional and collegiate sports footage. It achieves 94% accuracy in detecting key moments like goals, touchdowns, dunks, and more. You can always manually adjust detected moments."},
{
id: "3",
title: "Can I customize the highlight reel music?",
content: "Yes! Choose from our library of sports-optimized music tracks, or upload your own. We support over 50,000 royalty-free tracks across different styles (hype, cinematic, chill).",
},
id: "3", title: "Can I customize the highlight reel music?", content: "Yes! Choose from our library of sports-optimized music tracks, or upload your own. We support over 50,000 royalty-free tracks across different styles (hype, cinematic, chill)."},
{
id: "4",
title: "How do I share my highlight reel with recruiters?",
content: "Simply generate a recruiter share profile with your video, stats, contact info, and social media links. Share the unique URL with coaches and scouts. You'll get analytics on who viewed your profile.",
},
id: "4", title: "How do I share my highlight reel with recruiters?", content: "Simply generate a recruiter share profile with your video, stats, contact info, and social media links. Share the unique URL with coaches and scouts. You'll get analytics on who viewed your profile."},
{
id: "5",
title: "Can I edit the AI-generated intro screen?",
content: "Absolutely. You can customize your player intro with your team colors, add your logo, change fonts, and adjust all text. The AI generates it automatically, but you have full control.",
},
id: "5", title: "Can I edit the AI-generated intro screen?", content: "Absolutely. You can customize your player intro with your team colors, add your logo, change fonts, and adjust all text. The AI generates it automatically, but you have full control."},
{
id: "6",
title: "What export quality options are available?",
content: "Starter plan: HD (1080p). Pro plan: 4K (2160p). Team plan: 4K with all codec options (H.264, H.265, ProRes). All plans support Instagram, TikTok, and YouTube optimization.",
},
id: "6", title: "What export quality options are available?", content: "Starter plan: HD (1080p). Pro plan: 4K (2160p). Team plan: 4K with all codec options (H.264, H.265, ProRes). All plans support Instagram, TikTok, and YouTube optimization."},
{
id: "7",
title: "Is there a free trial?",
content: "Yes! All plans include a free 14-day trial with full feature access. No credit card required to start. Cancel anytime.",
},
id: "7", title: "Is there a free trial?", content: "Yes! All plans include a free 14-day trial with full feature access. No credit card required to start. Cancel anytime."},
{
id: "8",
title: "How long does it take to create a highlight reel?",
content: "Most reels take 3-7 minutes from upload to export. This includes AI processing, automatic editing, and final rendering. You can customize and make adjustments during this process.",
},
id: "8", title: "How long does it take to create a highlight reel?", content: "Most reels take 3-7 minutes from upload to export. This includes AI processing, automatic editing, and final rendering. You can customize and make adjustments during this process."},
]}
sideTitle="Common Questions"
sideDescription="Everything you need to know about HighlightAI"
useInvertedBackground={false}
textPosition="left"
faqsAnimation="slide-up"
/>
</div>
@@ -412,17 +242,15 @@ export default function HomePage() {
<FooterBase
columns={[
{
title: "Product",
items: [
{ label: "Features", href: "/features" },
{ label: "Pricing", href: "/pricing" },
{ label: "How It Works", href: "/howitworks" },
title: "Product", items: [
{ label: "Features", href: "features" },
{ label: "Pricing", href: "pricing" },
{ label: "How It Works", href: "howitworks" },
{ label: "Download App", href: "#" },
],
},
{
title: "Company",
items: [
title: "Company", items: [
{ label: "About Us", href: "#" },
{ label: "Blog", href: "#" },
{ label: "Careers", href: "#" },
@@ -430,11 +258,10 @@ export default function HomePage() {
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{ label: "Privacy Policy", href: "#" },
{ label: "Terms of Service", href: "#" },
{ label: "Contact Support", href: "/contact" },
{ label: "Contact Support", href: "contact" },
{ label: "Accessibility", href: "#" },
],
},