Merge version_1 into main #2
245
src/app/page.tsx
245
src/app/page.tsx
@@ -24,8 +24,7 @@ export default function HomePage() {
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Product",
|
||||
items: [
|
||||
title: "Product", items: [
|
||||
{ label: "Features", href: "#features" },
|
||||
{ label: "Pricing", href: "#pricing" },
|
||||
{ label: "Security", href: "#security" },
|
||||
@@ -33,8 +32,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About", href: "#about" },
|
||||
{ label: "Blog", href: "https://blog.talentflow.ai" },
|
||||
{ label: "Careers", href: "https://careers.talentflow.ai" },
|
||||
@@ -42,8 +40,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Resources",
|
||||
items: [
|
||||
title: "Resources", items: [
|
||||
{ label: "Documentation", href: "https://docs.talentflow.ai" },
|
||||
{ label: "API Reference", href: "https://api.talentflow.ai" },
|
||||
{ label: "Community", href: "https://community.talentflow.ai" },
|
||||
@@ -51,8 +48,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy", href: "#privacy" },
|
||||
{ label: "Terms", href: "#terms" },
|
||||
{ label: "Compliance", href: "#compliance" },
|
||||
@@ -79,9 +75,7 @@ export default function HomePage() {
|
||||
brandName="TalentFlow AI"
|
||||
navItems={navItems}
|
||||
button={{
|
||||
text: "Get Started",
|
||||
href: "https://app.talentflow.ai/signup",
|
||||
}}
|
||||
text: "Get Started", href: "https://app.talentflow.ai/signup"}}
|
||||
animateOnLoad={true}
|
||||
/>
|
||||
</div>
|
||||
@@ -93,44 +87,30 @@ export default function HomePage() {
|
||||
tag="AI-Powered Matching"
|
||||
tagIcon={Zap}
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "circleGradient" }}
|
||||
background={{ variant: "radial-gradient" }}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AcYfLGy3B6JbXlBKin1PpdiDDe/a-sleek-modern-ai-recruitment-dashboard--1772893677619-cc7b4ff6.png",
|
||||
imageAlt: "AI recruitment dashboard interface",
|
||||
},
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AcYfLGy3B6JbXlBKin1PpdiDDe/a-sleek-modern-ai-recruitment-dashboard--1772893677619-cc7b4ff6.png", imageAlt: "AI recruitment dashboard interface"},
|
||||
{
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AcYfLGy3B6JbXlBKin1PpdiDDe/a-global-talent-network-visualization-sh-1772893677851-c0ec8a9a.png?_wi=1",
|
||||
imageAlt: "Global talent network visualization",
|
||||
},
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AcYfLGy3B6JbXlBKin1PpdiDDe/a-global-talent-network-visualization-sh-1772893677851-c0ec8a9a.png", imageAlt: "Global talent network visualization"},
|
||||
{
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AcYfLGy3B6JbXlBKin1PpdiDDe/a-comprehensive-recruitment-analytics-da-1772893679551-72bac322.png",
|
||||
imageAlt: "Recruitment analytics dashboard",
|
||||
},
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AcYfLGy3B6JbXlBKin1PpdiDDe/a-comprehensive-recruitment-analytics-da-1772893679551-72bac322.png", imageAlt: "Recruitment analytics dashboard"},
|
||||
{
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AcYfLGy3B6JbXlBKin1PpdiDDe/a-visual-workflow-diagram-showing-the-re-1772893677011-8c9a0d6d.png",
|
||||
imageAlt: "Recruitment workflow diagram",
|
||||
},
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AcYfLGy3B6JbXlBKin1PpdiDDe/a-visual-workflow-diagram-showing-the-re-1772893677011-8c9a0d6d.png", imageAlt: "Recruitment workflow diagram"},
|
||||
{
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AcYfLGy3B6JbXlBKin1PpdiDDe/a-mobile-optimized-recruitment-app-inter-1772893678813-d9dcf5ea.png",
|
||||
imageAlt: "Mobile recruitment app interface",
|
||||
},
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AcYfLGy3B6JbXlBKin1PpdiDDe/a-mobile-optimized-recruitment-app-inter-1772893678813-d9dcf5ea.png", imageAlt: "Mobile recruitment app interface"},
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
buttons={[
|
||||
{
|
||||
text: "Start Free Trial",
|
||||
href: "https://app.talentflow.ai/trial",
|
||||
},
|
||||
text: "Start Free Trial", href: "https://app.talentflow.ai/trial"},
|
||||
{
|
||||
text: "See Demo",
|
||||
href: "#solutions",
|
||||
},
|
||||
text: "See Demo", href: "#solutions"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
/>
|
||||
@@ -145,7 +125,7 @@ export default function HomePage() {
|
||||
description="Founded by AI researchers and HR tech veterans"
|
||||
subdescription="TalentFlow AI bridges the gap between elite technical talent and innovative companies"
|
||||
icon={Sparkles}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AcYfLGy3B6JbXlBKin1PpdiDDe/a-diverse-team-of-ai-researchers-and-hr--1772893677727-d441033e.png?_wi=1"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AcYfLGy3B6JbXlBKin1PpdiDDe/a-diverse-team-of-ai-researchers-and-hr--1772893677727-d441033e.png"
|
||||
imageAlt="Team collaboration in modern office"
|
||||
mediaAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
@@ -161,41 +141,21 @@ export default function HomePage() {
|
||||
tagAnimation="slide-up"
|
||||
features={[
|
||||
{
|
||||
id: "01",
|
||||
title: "Neural Talent Matching",
|
||||
description:
|
||||
"AI algorithms analyze 100+ signals to match perfect candidate-company pairs in real-time",
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AcYfLGy3B6JbXlBKin1PpdiDDe/abstract-visualization-of-neural-network-1772893677884-ea0b5a3e.png?_wi=1",
|
||||
imageAlt: "Neural matching visualization",
|
||||
},
|
||||
id: "01", title: "Neural Talent Matching", description:
|
||||
"AI algorithms analyze 100+ signals to match perfect candidate-company pairs in real-time", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AcYfLGy3B6JbXlBKin1PpdiDDe/abstract-visualization-of-neural-network-1772893677884-ea0b5a3e.png", imageAlt: "Neural matching visualization"},
|
||||
{
|
||||
id: "02",
|
||||
title: "Predictive Analytics",
|
||||
description:
|
||||
"Forecast hiring success, retention rates, and team fit with machine learning models",
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AcYfLGy3B6JbXlBKin1PpdiDDe/a-predictive-analytics-dashboard-showing-1772893677579-0a4bc9bb.png?_wi=1",
|
||||
imageAlt: "Predictive analytics dashboard",
|
||||
},
|
||||
id: "02", title: "Predictive Analytics", description:
|
||||
"Forecast hiring success, retention rates, and team fit with machine learning models", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AcYfLGy3B6JbXlBKin1PpdiDDe/a-predictive-analytics-dashboard-showing-1772893677579-0a4bc9bb.png", imageAlt: "Predictive analytics dashboard"},
|
||||
{
|
||||
id: "03",
|
||||
title: "Automated Screening",
|
||||
description:
|
||||
"Technical skill verification and initial screening completed in minutes, not days",
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AcYfLGy3B6JbXlBKin1PpdiDDe/an-automated-screening-interface-showing-1772893678620-201200b3.png?_wi=1",
|
||||
imageAlt: "Automated screening interface",
|
||||
},
|
||||
id: "03", title: "Automated Screening", description:
|
||||
"Technical skill verification and initial screening completed in minutes, not days", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AcYfLGy3B6JbXlBKin1PpdiDDe/an-automated-screening-interface-showing-1772893678620-201200b3.png", imageAlt: "Automated screening interface"},
|
||||
{
|
||||
id: "04",
|
||||
title: "Interview Intelligence",
|
||||
description:
|
||||
"AI-powered interviewing tools provide real-time insights and reduce hiring bias",
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AcYfLGy3B6JbXlBKin1PpdiDDe/an-interview-intelligence-platform-showi-1772893680874-379b80eb.png?_wi=1",
|
||||
imageAlt: "Interview intelligence platform",
|
||||
},
|
||||
id: "04", title: "Interview Intelligence", description:
|
||||
"AI-powered interviewing tools provide real-time insights and reduce hiring bias", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AcYfLGy3B6JbXlBKin1PpdiDDe/an-interview-intelligence-platform-showi-1772893680874-379b80eb.png", imageAlt: "Interview intelligence platform"},
|
||||
]}
|
||||
textboxLayout="default"
|
||||
animationType="slide-up"
|
||||
@@ -211,26 +171,14 @@ export default function HomePage() {
|
||||
tagAnimation="slide-up"
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
value: "89%",
|
||||
description:
|
||||
"Faster time-to-hire compared to traditional recruiting methods",
|
||||
},
|
||||
id: "1", value: "89%", description:
|
||||
"Faster time-to-hire compared to traditional recruiting methods"},
|
||||
{
|
||||
id: "2",
|
||||
value: "94%",
|
||||
description: "Placement success rate within first year of hire",
|
||||
},
|
||||
id: "2", value: "94%", description: "Placement success rate within first year of hire"},
|
||||
{
|
||||
id: "3",
|
||||
value: "2,500+",
|
||||
description: "AI/ML and robotics professionals placed globally",
|
||||
},
|
||||
id: "3", value: "2,500+", description: "AI/ML and robotics professionals placed globally"},
|
||||
{
|
||||
id: "4",
|
||||
value: "$2.1B",
|
||||
description: "Total compensation value of placements facilitated",
|
||||
},
|
||||
id: "4", value: "$2.1B", description: "Total compensation value of placements facilitated"},
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
@@ -247,15 +195,7 @@ export default function HomePage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Google DeepMind",
|
||||
"OpenAI",
|
||||
"Tesla Robotics",
|
||||
"Boston Dynamics",
|
||||
"Meta AI Research",
|
||||
"Microsoft Research",
|
||||
"Anthropic",
|
||||
"Hugging Face",
|
||||
]}
|
||||
"Google DeepMind", "OpenAI", "Tesla Robotics", "Boston Dynamics", "Meta AI Research", "Microsoft Research", "Anthropic", "Hugging Face"]}
|
||||
speed={45}
|
||||
showCard={true}
|
||||
/>
|
||||
@@ -270,50 +210,19 @@ export default function HomePage() {
|
||||
tagAnimation="slide-up"
|
||||
plans={[
|
||||
{
|
||||
id: "starter",
|
||||
badge: "For Growing Teams",
|
||||
badgeIcon: Rocket,
|
||||
price: "$2,999",
|
||||
subtitle: "Per placement or $29,999/year for unlimited",
|
||||
features: [
|
||||
"Up to 5 active searches",
|
||||
"AI-powered candidate matching",
|
||||
"Basic analytics dashboard",
|
||||
"Email support",
|
||||
"Access to 50K+ candidate network",
|
||||
],
|
||||
id: "starter", badge: "For Growing Teams", badgeIcon: Rocket,
|
||||
price: "$2,999", subtitle: "Per placement or $29,999/year for unlimited", features: [
|
||||
"Up to 5 active searches", "AI-powered candidate matching", "Basic analytics dashboard", "Email support", "Access to 50K+ candidate network"],
|
||||
},
|
||||
{
|
||||
id: "pro",
|
||||
badge: "Most Popular",
|
||||
badgeIcon: Sparkles,
|
||||
price: "$9,999",
|
||||
subtitle: "Per placement or $99,999/year for unlimited",
|
||||
features: [
|
||||
"Unlimited active searches",
|
||||
"Advanced neural matching algorithms",
|
||||
"Predictive analytics & insights",
|
||||
"Interview intelligence tools",
|
||||
"Priority support (24/7)",
|
||||
"Custom integrations",
|
||||
"Team of 2-5 recruitment specialists",
|
||||
],
|
||||
id: "pro", badge: "Most Popular", badgeIcon: Sparkles,
|
||||
price: "$9,999", subtitle: "Per placement or $99,999/year for unlimited", features: [
|
||||
"Unlimited active searches", "Advanced neural matching algorithms", "Predictive analytics & insights", "Interview intelligence tools", "Priority support (24/7)", "Custom integrations", "Team of 2-5 recruitment specialists"],
|
||||
},
|
||||
{
|
||||
id: "enterprise",
|
||||
badge: "For Scale",
|
||||
badgeIcon: Crown,
|
||||
price: "Custom",
|
||||
subtitle: "Volume discounts and white-label options available",
|
||||
features: [
|
||||
"Everything in Pro",
|
||||
"Dedicated account manager",
|
||||
"Custom AI model training",
|
||||
"White-label platform",
|
||||
"API access",
|
||||
"Dedicated Slack channel",
|
||||
"Quarterly business reviews",
|
||||
],
|
||||
id: "enterprise", badge: "For Scale", badgeIcon: Crown,
|
||||
price: "Custom", subtitle: "Volume discounts and white-label options available", features: [
|
||||
"Everything in Pro", "Dedicated account manager", "Custom AI model training", "White-label platform", "API access", "Dedicated Slack channel", "Quarterly business reviews"],
|
||||
},
|
||||
]}
|
||||
textboxLayout="default"
|
||||
@@ -334,71 +243,35 @@ export default function HomePage() {
|
||||
showRating={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Chen",
|
||||
handle: "@sarah_chen_hr",
|
||||
testimonial:
|
||||
"TalentFlow cut our time-to-hire for ML engineers from 6 months to just 3 weeks. The AI matching is incredibly accurate and the platform is a breeze to use.",
|
||||
rating: 5,
|
||||
id: "1", name: "Sarah Chen", handle: "@sarah_chen_hr", testimonial:
|
||||
"TalentFlow cut our time-to-hire for ML engineers from 6 months to just 3 weeks. The AI matching is incredibly accurate and the platform is a breeze to use.", rating: 5,
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AcYfLGy3B6JbXlBKin1PpdiDDe/professional-headshot-of-an-asian-female-1772893677300-3d402a2d.png?_wi=1",
|
||||
imageAlt: "Sarah Chen",
|
||||
},
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AcYfLGy3B6JbXlBKin1PpdiDDe/professional-headshot-of-an-asian-female-1772893677300-3d402a2d.png", imageAlt: "Sarah Chen"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Marcus Johnson",
|
||||
handle: "@marcus_founder",
|
||||
testimonial:
|
||||
"As a startup founder, budget is everything. TalentFlow's pricing model is flexible and we've already hired 8 top-tier roboticists. Absolutely worth it.",
|
||||
rating: 5,
|
||||
id: "2", name: "Marcus Johnson", handle: "@marcus_founder", testimonial:
|
||||
"As a startup founder, budget is everything. TalentFlow's pricing model is flexible and we've already hired 8 top-tier roboticists. Absolutely worth it.", rating: 5,
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AcYfLGy3B6JbXlBKin1PpdiDDe/professional-headshot-of-an-african-amer-1772893677071-aeb68e23.png?_wi=1",
|
||||
imageAlt: "Marcus Johnson",
|
||||
},
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AcYfLGy3B6JbXlBKin1PpdiDDe/professional-headshot-of-an-african-amer-1772893677071-aeb68e23.png", imageAlt: "Marcus Johnson"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Lisa Rodriguez",
|
||||
handle: "@lisa_tech_lead",
|
||||
testimonial:
|
||||
"The predictive analytics gave us visibility into which candidates would thrive in our culture. This data-driven approach has improved our retention significantly.",
|
||||
rating: 5,
|
||||
id: "3", name: "Lisa Rodriguez", handle: "@lisa_tech_lead", testimonial:
|
||||
"The predictive analytics gave us visibility into which candidates would thrive in our culture. This data-driven approach has improved our retention significantly.", rating: 5,
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AcYfLGy3B6JbXlBKin1PpdiDDe/professional-headshot-of-a-latina-female-1772893679009-1738c8ea.png?_wi=1",
|
||||
imageAlt: "Lisa Rodriguez",
|
||||
},
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AcYfLGy3B6JbXlBKin1PpdiDDe/professional-headshot-of-a-latina-female-1772893679009-1738c8ea.png", imageAlt: "Lisa Rodriguez"},
|
||||
{
|
||||
id: "4",
|
||||
name: "David Park",
|
||||
handle: "@david_vp_engineering",
|
||||
testimonial:
|
||||
"The interview intelligence tools helped us reduce bias in our hiring process. We're building better, more diverse teams because of this platform.",
|
||||
rating: 5,
|
||||
id: "4", name: "David Park", handle: "@david_vp_engineering", testimonial:
|
||||
"The interview intelligence tools helped us reduce bias in our hiring process. We're building better, more diverse teams because of this platform.", rating: 5,
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AcYfLGy3B6JbXlBKin1PpdiDDe/professional-headshot-of-an-asian-male-v-1772893676548-ccf2e72f.png?_wi=1",
|
||||
imageAlt: "David Park",
|
||||
},
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AcYfLGy3B6JbXlBKin1PpdiDDe/professional-headshot-of-an-asian-male-v-1772893676548-ccf2e72f.png", imageAlt: "David Park"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Elena Volkov",
|
||||
handle: "@elena_cto",
|
||||
testimonial:
|
||||
"Their API integration was seamless. We connected TalentFlow to our HRIS in under 2 hours. Customer support is top-notch.",
|
||||
rating: 5,
|
||||
id: "5", name: "Elena Volkov", handle: "@elena_cto", testimonial:
|
||||
"Their API integration was seamless. We connected TalentFlow to our HRIS in under 2 hours. Customer support is top-notch.", rating: 5,
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AcYfLGy3B6JbXlBKin1PpdiDDe/professional-headshot-of-a-european-fema-1772893677370-b2297b1c.png?_wi=1",
|
||||
imageAlt: "Elena Volkov",
|
||||
},
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AcYfLGy3B6JbXlBKin1PpdiDDe/professional-headshot-of-a-european-fema-1772893677370-b2297b1c.png", imageAlt: "Elena Volkov"},
|
||||
{
|
||||
id: "6",
|
||||
name: "James Wei",
|
||||
handle: "@james_recruiter",
|
||||
testimonial:
|
||||
"Finally, a platform built for tech recruitment. It understands our niche in AR/VR talent like no other solution on the market.",
|
||||
rating: 5,
|
||||
id: "6", name: "James Wei", handle: "@james_recruiter", testimonial:
|
||||
"Finally, a platform built for tech recruitment. It understands our niche in AR/VR talent like no other solution on the market.", rating: 5,
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AcYfLGy3B6JbXlBKin1PpdiDDe/professional-headshot-of-an-asian-male-s-1772893677265-f11b3cc8.png?_wi=1",
|
||||
imageAlt: "James Wei",
|
||||
},
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AcYfLGy3B6JbXlBKin1PpdiDDe/professional-headshot-of-an-asian-male-s-1772893677265-f11b3cc8.png", imageAlt: "James Wei"},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
carouselMode="buttons"
|
||||
|
||||
Reference in New Issue
Block a user