Merge version_1 into main #2
194
src/app/page.tsx
194
src/app/page.tsx
@@ -31,21 +31,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "Features",
|
||||
id: "features",
|
||||
},
|
||||
name: "Features", id: "features"},
|
||||
{
|
||||
name: "Pricing",
|
||||
id: "pricing",
|
||||
},
|
||||
name: "Pricing", id: "pricing"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="RecruitAI"
|
||||
/>
|
||||
@@ -54,32 +46,15 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDualMedia
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
title="Hire Smarter with AI-Driven Precision"
|
||||
description="Streamline your recruitment process with intelligent sourcing, automated screening, and data-backed candidate matching. Accelerate your hiring cycles."
|
||||
tag="Next-Gen Recruitment SaaS"
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/about-us-landing-page-template_23-2148114139.jpg?_wi=1",
|
||||
imageAlt: "AI Recruiting Dashboard",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/about-us-landing-page-template_23-2148114139.jpg", imageAlt: "AI Recruiting Dashboard"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/ai-chatbot-assisting-female-freelancer-through-seamless-interface-pc_482257-123071.jpg?_wi=1",
|
||||
imageAlt: "Automated Screening Tool",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-analysing-charts-laptop-start-up-business-meeting-room_482257-5026.jpg?_wi=1",
|
||||
imageAlt: "Hiring Pipeline Visual",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-worker-holding-clipboard_1098-4072.jpg",
|
||||
imageAlt: "Recruitment Analytics",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-equity-analyst-working-proprietary-firm-reading-annual-company-reports-evaluate_482257-132953.jpg",
|
||||
imageAlt: "Candidate Matching",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/ai-chatbot-assisting-female-freelancer-through-seamless-interface-pc_482257-123071.jpg", imageAlt: "Automated Screening Tool"}
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
rating={5}
|
||||
@@ -94,55 +69,31 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Smart Sourcing",
|
||||
description: "AI-powered candidate discovery across 50+ job platforms.",
|
||||
icon: Zap,
|
||||
title: "Smart Sourcing", description: "AI-powered candidate discovery across 50+ job platforms.", icon: Zap,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/ai-chatbot-assisting-female-freelancer-through-seamless-interface-pc_482257-123071.jpg?_wi=2",
|
||||
imageAlt: "Sourcing",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/ai-chatbot-assisting-female-freelancer-through-seamless-interface-pc_482257-123071.jpg", imageAlt: "Sourcing"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-analysing-charts-laptop-start-up-business-meeting-room_482257-5026.jpg?_wi=2",
|
||||
imageAlt: "Sourcing",
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/about-us-landing-page-template_23-2148114139.jpg?_wi=2",
|
||||
imageAlt: "hiring dashboard interface dark mode",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-analysing-charts-laptop-start-up-business-meeting-room_482257-5026.jpg", imageAlt: "Sourcing"},
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Automated Screening",
|
||||
description: "Instant resume parsing and skills-based assessment automation.",
|
||||
icon: Shield,
|
||||
title: "Automated Screening", description: "Instant resume parsing and skills-based assessment automation.", icon: Shield,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-analysing-charts-laptop-start-up-business-meeting-room_482257-5026.jpg?_wi=3",
|
||||
imageAlt: "Screening",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-analysing-charts-laptop-start-up-business-meeting-room_482257-5026.jpg", imageAlt: "Screening"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/ai-chatbot-assisting-female-freelancer-through-seamless-interface-pc_482257-123071.jpg?_wi=3",
|
||||
imageAlt: "Screening",
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/ai-chatbot-assisting-female-freelancer-through-seamless-interface-pc_482257-123071.jpg?_wi=4",
|
||||
imageAlt: "ai hiring screening tool dashboard",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/ai-chatbot-assisting-female-freelancer-through-seamless-interface-pc_482257-123071.jpg", imageAlt: "Screening"},
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Advanced Analytics",
|
||||
description: "Real-time hiring metrics and performance data insights.",
|
||||
icon: PieChart,
|
||||
title: "Advanced Analytics", description: "Real-time hiring metrics and performance data insights.", icon: PieChart,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/about-us-landing-page-template_23-2148114139.jpg?_wi=3",
|
||||
imageAlt: "Analytics",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/about-us-landing-page-template_23-2148114139.jpg", imageAlt: "Analytics"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/ai-chatbot-assisting-female-freelancer-through-seamless-interface-pc_482257-123071.jpg?_wi=5",
|
||||
imageAlt: "Analytics",
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-analysing-charts-laptop-start-up-business-meeting-room_482257-5026.jpg?_wi=4",
|
||||
imageAlt: "recruitment pipeline visual dashboard",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/ai-chatbot-assisting-female-freelancer-through-seamless-interface-pc_482257-123071.jpg", imageAlt: "Analytics"},
|
||||
]
|
||||
},
|
||||
]}
|
||||
title="Powerful Tools for Modern Talent Teams"
|
||||
@@ -157,28 +108,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "75%",
|
||||
title: "Faster Hiring",
|
||||
items: [
|
||||
"Reduce time-to-hire by 75%",
|
||||
],
|
||||
id: "m1", value: "75%", title: "Faster Hiring", items: [
|
||||
"Reduce time-to-hire by 75%"],
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "40%",
|
||||
title: "Cost Savings",
|
||||
items: [
|
||||
"Lower cost-per-hire by 40%",
|
||||
],
|
||||
id: "m2", value: "40%", title: "Cost Savings", items: [
|
||||
"Lower cost-per-hire by 40%"],
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "90%",
|
||||
title: "Retention Rate",
|
||||
items: [
|
||||
"Boost employee quality and retention",
|
||||
],
|
||||
id: "m3", value: "90%", title: "Retention Rate", items: [
|
||||
"Boost employee quality and retention"],
|
||||
},
|
||||
]}
|
||||
title="Proven Hiring Efficiency"
|
||||
@@ -194,25 +133,15 @@ export default function LandingPage() {
|
||||
author="Sarah Miller, Talent Acquisition Lead"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-worker-holding-clipboard_1098-4072.jpg",
|
||||
alt: "Sarah",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-worker-holding-clipboard_1098-4072.jpg", alt: "Sarah"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-equity-analyst-working-proprietary-firm-reading-annual-company-reports-evaluate_482257-132953.jpg",
|
||||
alt: "Mike",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-equity-analyst-working-proprietary-firm-reading-annual-company-reports-evaluate_482257-132953.jpg", alt: "Mike"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/male-executive-with-glasses_1098-760.jpg",
|
||||
alt: "Jane",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/male-executive-with-glasses_1098-760.jpg", alt: "Jane"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/content-senior-businessman-with-arms-crossed_1262-1790.jpg",
|
||||
alt: "David",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/content-senior-businessman-with-arms-crossed_1262-1790.jpg", alt: "David"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/ai-chatbot-assisting-female-freelancer-through-seamless-interface-pc_482257-123071.jpg",
|
||||
alt: "Alex",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/ai-chatbot-assisting-female-freelancer-through-seamless-interface-pc_482257-123071.jpg", alt: "Alex"},
|
||||
]}
|
||||
ratingAnimation="slide-up"
|
||||
avatarsAnimation="slide-up"
|
||||
@@ -225,20 +154,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "How does AI matching work?",
|
||||
content: "Our proprietary AI analyzes skills, experience, and culture fit against your job requirements.",
|
||||
},
|
||||
id: "q1", title: "How does AI matching work?", content: "Our proprietary AI analyzes skills, experience, and culture fit against your job requirements."},
|
||||
{
|
||||
id: "q2",
|
||||
title: "Can I integrate my ATS?",
|
||||
content: "Yes, we integrate with all major ATS platforms seamlessly.",
|
||||
},
|
||||
id: "q2", title: "Can I integrate my ATS?", content: "Yes, we integrate with all major ATS platforms seamlessly."},
|
||||
{
|
||||
id: "q3",
|
||||
title: "Is my data secure?",
|
||||
content: "Security is our top priority; we are SOC2 compliant and utilize enterprise-grade encryption.",
|
||||
},
|
||||
id: "q3", title: "Is my data secure?", content: "Security is our top priority; we are SOC2 compliant and utilize enterprise-grade encryption."},
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Have questions about our platform? We've got answers."
|
||||
@@ -250,8 +170,7 @@ export default function LandingPage() {
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Get Started"
|
||||
title="Ready to scale your hiring?"
|
||||
description="Schedule a demo with our team today and see RecruitAI in action."
|
||||
@@ -267,54 +186,33 @@ export default function LandingPage() {
|
||||
logoText="RecruitAI"
|
||||
columns={[
|
||||
{
|
||||
title: "Product",
|
||||
items: [
|
||||
title: "Product", items: [
|
||||
{
|
||||
label: "Features",
|
||||
href: "#features",
|
||||
},
|
||||
label: "Features", href: "#features"},
|
||||
{
|
||||
label: "Pricing",
|
||||
href: "#pricing",
|
||||
},
|
||||
label: "Pricing", href: "#pricing"},
|
||||
{
|
||||
label: "Security",
|
||||
href: "#",
|
||||
},
|
||||
label: "Security", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#",
|
||||
},
|
||||
label: "About Us", href: "#"},
|
||||
{
|
||||
label: "Careers",
|
||||
href: "#",
|
||||
},
|
||||
label: "Careers", href: "#"},
|
||||
{
|
||||
label: "Blog",
|
||||
href: "#",
|
||||
},
|
||||
label: "Blog", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
title: "Support", items: [
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
{
|
||||
label: "API Docs",
|
||||
href: "#",
|
||||
},
|
||||
label: "API Docs", href: "#"},
|
||||
{
|
||||
label: "Help Center",
|
||||
href: "#",
|
||||
},
|
||||
label: "Help Center", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user