Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 818f28bcd9 | |||
| 498ed93fce |
193
src/app/page.tsx
193
src/app/page.tsx
@@ -32,17 +32,11 @@ export default function LandingPage() {
|
|||||||
<NavbarStyleFullscreen
|
<NavbarStyleFullscreen
|
||||||
navItems={[
|
navItems={[
|
||||||
{
|
{
|
||||||
name: "Features",
|
name: "Features", id: "features"},
|
||||||
id: "#features",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Pricing",
|
name: "Pricing", id: "pricing"},
|
||||||
id: "#pricing",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "FAQ",
|
name: "FAQ", id: "faq"},
|
||||||
id: "#faq",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
brandName="ResumeFlow ATS"
|
brandName="ResumeFlow ATS"
|
||||||
/>
|
/>
|
||||||
@@ -51,40 +45,27 @@ export default function LandingPage() {
|
|||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroSplit
|
<HeroSplit
|
||||||
background={{
|
background={{
|
||||||
variant: "plain",
|
variant: "plain"}}
|
||||||
}}
|
|
||||||
title="Land Your Dream Job with ATS-Optimized Resumes"
|
title="Land Your Dream Job with ATS-Optimized Resumes"
|
||||||
description="Upload your old resume, and let our AI engine rewrite it to beat the ATS and get you hired faster. Perfect formatting, keyword-optimized content, and industry-standard layout."
|
description="Upload your old resume, and let our AI engine rewrite it to beat the ATS and get you hired faster. Perfect formatting, keyword-optimized content, and industry-standard layout."
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Start Rewriting",
|
text: "Start Rewriting", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/english-teacher-doing-her-lessons-online_23-2148999579.jpg?_wi=1"
|
imageSrc="http://img.b2bpic.net/free-photo/english-teacher-doing-her-lessons-online_23-2148999579.jpg?_wi=1"
|
||||||
imageAlt="ATS Resume Builder Platform"
|
imageAlt="ATS Resume Builder Platform"
|
||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
avatars={[
|
avatars={[
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/online-education_53876-101279.jpg",
|
src: "http://img.b2bpic.net/free-photo/online-education_53876-101279.jpg", alt: "User 1"},
|
||||||
alt: "User 1",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/person-using-laptop-cafe_23-2147962618.jpg",
|
src: "http://img.b2bpic.net/free-photo/person-using-laptop-cafe_23-2147962618.jpg", alt: "User 2"},
|
||||||
alt: "User 2",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/sales-assistant-planning-business-charts-digital-laptop-working-with-e-commerce-e-shopping-management-company-office-manager-using-statistics-develop-creative-project_482257-39076.jpg",
|
src: "http://img.b2bpic.net/free-photo/sales-assistant-planning-business-charts-digital-laptop-working-with-e-commerce-e-shopping-management-company-office-manager-using-statistics-develop-creative-project_482257-39076.jpg", alt: "User 3"},
|
||||||
alt: "User 3",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/resume-new-business-launch-plan-concept_53876-124948.jpg",
|
src: "http://img.b2bpic.net/free-photo/resume-new-business-launch-plan-concept_53876-124948.jpg", alt: "User 4"},
|
||||||
alt: "User 4",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/businesswoman-office-smiling_273609-5131.jpg",
|
src: "http://img.b2bpic.net/free-photo/businesswoman-office-smiling_273609-5131.jpg", alt: "User 5"},
|
||||||
alt: "User 5",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
avatarText="Trusted by 10,000+ professionals"
|
avatarText="Trusted by 10,000+ professionals"
|
||||||
/>
|
/>
|
||||||
@@ -95,14 +76,9 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
heading={[
|
heading={[
|
||||||
{
|
{
|
||||||
type: "text",
|
type: "text", content: "Modern AI Powered Resume Writing"},
|
||||||
content: "Modern AI Powered Resume Writing",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
type: "image",
|
type: "image", src: "http://img.b2bpic.net/free-photo/resume-application-employment-form-concept_53876-132184.jpg", alt: "Optimized CV"},
|
||||||
src: "http://img.b2bpic.net/free-photo/resume-application-employment-form-concept_53876-132184.jpg",
|
|
||||||
alt: "Optimized CV",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -115,20 +91,11 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
features={[
|
features={[
|
||||||
{
|
{
|
||||||
title: "Keyword Optimization",
|
title: "Keyword Optimization", description: "AI analysis matches your resume to job descriptions.", imageSrc: "http://img.b2bpic.net/free-photo/economy-crisis-with-notebook_23-2148541980.jpg?_wi=1"},
|
||||||
description: "AI analysis matches your resume to job descriptions.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/economy-crisis-with-notebook_23-2148541980.jpg?_wi=1",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
title: "Secure Cloud",
|
title: "Secure Cloud", description: "Your documents remain safe and accessible 24/7.", imageSrc: "http://img.b2bpic.net/free-photo/hand-using-laptop-computer-with-virtual-screen-document-online-approve-paperless-quality-assurance-erp-management-concept_616485-61.jpg?_wi=1"},
|
||||||
description: "Your documents remain safe and accessible 24/7.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/hand-using-laptop-computer-with-virtual-screen-document-online-approve-paperless-quality-assurance-erp-management-concept_616485-61.jpg?_wi=1",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
title: "Score Dashboard",
|
title: "Score Dashboard", description: "See your ATS compatibility score in real-time.", imageSrc: "http://img.b2bpic.net/free-photo/resume-apply-work-form-concept_53876-124893.jpg?_wi=1"},
|
||||||
description: "See your ATS compatibility score in real-time.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/resume-apply-work-form-concept_53876-124893.jpg?_wi=1",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Powerful Features"
|
title="Powerful Features"
|
||||||
description="Everything you need to beat the system."
|
description="Everything you need to beat the system."
|
||||||
@@ -142,20 +109,11 @@ export default function LandingPage() {
|
|||||||
tag="Career Stats"
|
tag="Career Stats"
|
||||||
metrics={[
|
metrics={[
|
||||||
{
|
{
|
||||||
id: "1",
|
id: "1", value: "10k+", description: "Resumes Optimized"},
|
||||||
value: "10k+",
|
|
||||||
description: "Resumes Optimized",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "2",
|
id: "2", value: "95%", description: "ATS Pass Rate"},
|
||||||
value: "95%",
|
|
||||||
description: "ATS Pass Rate",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "3",
|
id: "3", value: "4.8", description: "Average Rating"},
|
||||||
value: "4.8",
|
|
||||||
description: "Average Rating",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
metricsAnimation="slide-up"
|
metricsAnimation="slide-up"
|
||||||
/>
|
/>
|
||||||
@@ -167,60 +125,15 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{
|
||||||
id: "1",
|
id: "1", name: "Sarah Johnson", date: "Jan 2024", title: "Software Engineer", quote: "I passed the ATS on my first try!", tag: "Career Success", avatarSrc: "http://img.b2bpic.net/free-photo/businesswoman-office-smiling_273609-5131.jpg", imageSrc: "http://img.b2bpic.net/free-photo/english-teacher-doing-her-lessons-online_23-2148999579.jpg?_wi=2", imageAlt: "young woman office portrait"},
|
||||||
name: "Sarah Johnson",
|
|
||||||
date: "Jan 2024",
|
|
||||||
title: "Software Engineer",
|
|
||||||
quote: "I passed the ATS on my first try!",
|
|
||||||
tag: "Career Success",
|
|
||||||
avatarSrc: "http://img.b2bpic.net/free-photo/businesswoman-office-smiling_273609-5131.jpg",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/english-teacher-doing-her-lessons-online_23-2148999579.jpg?_wi=2",
|
|
||||||
imageAlt: "young woman office portrait",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "2",
|
id: "2", name: "Michael Chen", date: "Feb 2024", title: "Product Manager", quote: "The AI rewriting was incredibly sharp.", tag: "Career Growth", avatarSrc: "http://img.b2bpic.net/free-photo/serious-young-business-man-looking-camera_1262-18625.jpg", imageSrc: "http://img.b2bpic.net/free-photo/resume-application-employment-form-concept_53876-132184.jpg", imageAlt: "young woman office portrait"},
|
||||||
name: "Michael Chen",
|
|
||||||
date: "Feb 2024",
|
|
||||||
title: "Product Manager",
|
|
||||||
quote: "The AI rewriting was incredibly sharp.",
|
|
||||||
tag: "Career Growth",
|
|
||||||
avatarSrc: "http://img.b2bpic.net/free-photo/serious-young-business-man-looking-camera_1262-18625.jpg",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/resume-application-employment-form-concept_53876-132184.jpg",
|
|
||||||
imageAlt: "young woman office portrait",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "3",
|
id: "3", name: "Emily Rodriguez", date: "Mar 2024", title: "Developer", quote: "My interview calls doubled overnight.", tag: "Career Success", avatarSrc: "http://img.b2bpic.net/free-photo/company-employee-talking-people-online-videoconference-using-webcam-computer-attend-business-meeting-young-person-chatting-videocall-conference-remote-discussion_482257-40937.jpg", imageSrc: "http://img.b2bpic.net/free-photo/economy-crisis-with-notebook_23-2148541980.jpg?_wi=2", imageAlt: "young woman office portrait"},
|
||||||
name: "Emily Rodriguez",
|
|
||||||
date: "Mar 2024",
|
|
||||||
title: "Developer",
|
|
||||||
quote: "My interview calls doubled overnight.",
|
|
||||||
tag: "Career Success",
|
|
||||||
avatarSrc: "http://img.b2bpic.net/free-photo/company-employee-talking-people-online-videoconference-using-webcam-computer-attend-business-meeting-young-person-chatting-videocall-conference-remote-discussion_482257-40937.jpg",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/economy-crisis-with-notebook_23-2148541980.jpg?_wi=2",
|
|
||||||
imageAlt: "young woman office portrait",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "4",
|
id: "4", name: "David Kim", date: "Apr 2024", title: "Manager", quote: "Highly recommend for anyone struggling with ATS.", tag: "Career Success", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-festive-plump-male-eyeglasses-bow-tie-dark-grey-background_613910-13747.jpg", imageSrc: "http://img.b2bpic.net/free-photo/hand-using-laptop-computer-with-virtual-screen-document-online-approve-paperless-quality-assurance-erp-management-concept_616485-61.jpg?_wi=2", imageAlt: "young woman office portrait"},
|
||||||
name: "David Kim",
|
|
||||||
date: "Apr 2024",
|
|
||||||
title: "Manager",
|
|
||||||
quote: "Highly recommend for anyone struggling with ATS.",
|
|
||||||
tag: "Career Success",
|
|
||||||
avatarSrc: "http://img.b2bpic.net/free-photo/portrait-festive-plump-male-eyeglasses-bow-tie-dark-grey-background_613910-13747.jpg",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/hand-using-laptop-computer-with-virtual-screen-document-online-approve-paperless-quality-assurance-erp-management-concept_616485-61.jpg?_wi=2",
|
|
||||||
imageAlt: "young woman office portrait",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "5",
|
id: "5", name: "Alex Smith", date: "May 2024", title: "Director", quote: "Seamless experience and professional results.", tag: "Career Success", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-park-rangers-woods_23-2149309541.jpg", imageSrc: "http://img.b2bpic.net/free-photo/resume-apply-work-form-concept_53876-124893.jpg?_wi=2", imageAlt: "young woman office portrait"},
|
||||||
name: "Alex Smith",
|
|
||||||
date: "May 2024",
|
|
||||||
title: "Director",
|
|
||||||
quote: "Seamless experience and professional results.",
|
|
||||||
tag: "Career Success",
|
|
||||||
avatarSrc: "http://img.b2bpic.net/free-photo/close-up-park-rangers-woods_23-2149309541.jpg",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/resume-apply-work-form-concept_53876-124893.jpg?_wi=2",
|
|
||||||
imageAlt: "young woman office portrait",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Success Stories"
|
title="Success Stories"
|
||||||
description="Join thousands of satisfied career seekers."
|
description="Join thousands of satisfied career seekers."
|
||||||
@@ -234,35 +147,16 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
plans={[
|
plans={[
|
||||||
{
|
{
|
||||||
id: "free",
|
id: "free", tag: "Basic", price: "$0", period: "/once", description: "Get started for free.", button: {
|
||||||
tag: "Basic",
|
text: "Start Free"},
|
||||||
price: "$0",
|
featuresTitle: "Included", features: [
|
||||||
period: "/once",
|
"1 Resume Rewrite", "Standard ATS Formatting"],
|
||||||
description: "Get started for free.",
|
|
||||||
button: {
|
|
||||||
text: "Start Free",
|
|
||||||
},
|
|
||||||
featuresTitle: "Included",
|
|
||||||
features: [
|
|
||||||
"1 Resume Rewrite",
|
|
||||||
"Standard ATS Formatting",
|
|
||||||
],
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "pro",
|
id: "pro", tag: "Premium", price: "$29", period: "/month", description: "Unlock advanced tools.", button: {
|
||||||
tag: "Premium",
|
text: "Get Premium"},
|
||||||
price: "$29",
|
featuresTitle: "Included", features: [
|
||||||
period: "/month",
|
"Unlimited Rewrites", "AI Cover Letters", "Priority Support"],
|
||||||
description: "Unlock advanced tools.",
|
|
||||||
button: {
|
|
||||||
text: "Get Premium",
|
|
||||||
},
|
|
||||||
featuresTitle: "Included",
|
|
||||||
features: [
|
|
||||||
"Unlimited Rewrites",
|
|
||||||
"AI Cover Letters",
|
|
||||||
"Priority Support",
|
|
||||||
],
|
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
title="Simple Pricing"
|
title="Simple Pricing"
|
||||||
@@ -276,20 +170,11 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
faqs={[
|
faqs={[
|
||||||
{
|
{
|
||||||
id: "1",
|
id: "1", title: "Is my data secure?", content: "Yes, we prioritize your data privacy."},
|
||||||
title: "Is my data secure?",
|
|
||||||
content: "Yes, we prioritize your data privacy.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "2",
|
id: "2", title: "How does ATS work?", content: "Our AI maps your skills to job descriptions."},
|
||||||
title: "How does ATS work?",
|
|
||||||
content: "Our AI maps your skills to job descriptions.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "3",
|
id: "3", title: "Can I cancel my plan?", content: "Yes, anytime from your account settings."},
|
||||||
title: "Can I cancel my plan?",
|
|
||||||
content: "Yes, anytime from your account settings.",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Frequently Asked Questions"
|
title="Frequently Asked Questions"
|
||||||
description="Got questions? We have answers."
|
description="Got questions? We have answers."
|
||||||
@@ -304,15 +189,9 @@ export default function LandingPage() {
|
|||||||
description="Have questions about our ATS tool?"
|
description="Have questions about our ATS tool?"
|
||||||
inputs={[
|
inputs={[
|
||||||
{
|
{
|
||||||
name: "name",
|
name: "name", type: "text", placeholder: "Name"},
|
||||||
type: "text",
|
|
||||||
placeholder: "Name",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "email",
|
name: "email", type: "email", placeholder: "Email"},
|
||||||
type: "email",
|
|
||||||
placeholder: "Email",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/unrecognizable-woman-sitting-cafe-drawing-napking_1098-17173.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/unrecognizable-woman-sitting-cafe-drawing-napking_1098-17173.jpg"
|
||||||
/>
|
/>
|
||||||
|
|||||||
Reference in New Issue
Block a user