Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| d1ba358f61 | |||
| 8db4b2a0e9 | |||
| 818f28bcd9 | |||
| 498ed93fce |
200
src/app/page.tsx
200
src/app/page.tsx
@@ -32,17 +32,11 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Features",
|
||||
id: "#features",
|
||||
},
|
||||
name: "Features", id: "features"},
|
||||
{
|
||||
name: "Pricing",
|
||||
id: "#pricing",
|
||||
},
|
||||
name: "Pricing", id: "pricing"},
|
||||
{
|
||||
name: "FAQ",
|
||||
id: "#faq",
|
||||
},
|
||||
name: "FAQ", id: "faq"},
|
||||
]}
|
||||
brandName="ResumeFlow ATS"
|
||||
/>
|
||||
@@ -51,14 +45,16 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplit
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
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."
|
||||
buttons={[
|
||||
{
|
||||
text: "Start Rewriting",
|
||||
href: "#",
|
||||
{
|
||||
text: "Start Rewriting",
|
||||
onClick: () => {
|
||||
const el = document.getElementById('features');
|
||||
if (el) el.scrollIntoView({ behavior: 'smooth' });
|
||||
}
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/english-teacher-doing-her-lessons-online_23-2148999579.jpg?_wi=1"
|
||||
@@ -66,25 +62,15 @@ export default function LandingPage() {
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/online-education_53876-101279.jpg",
|
||||
alt: "User 1",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/online-education_53876-101279.jpg", alt: "User 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/person-using-laptop-cafe_23-2147962618.jpg",
|
||||
alt: "User 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/person-using-laptop-cafe_23-2147962618.jpg", 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",
|
||||
alt: "User 3",
|
||||
},
|
||||
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"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/resume-new-business-launch-plan-concept_53876-124948.jpg",
|
||||
alt: "User 4",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/resume-new-business-launch-plan-concept_53876-124948.jpg", alt: "User 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/businesswoman-office-smiling_273609-5131.jpg",
|
||||
alt: "User 5",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/businesswoman-office-smiling_273609-5131.jpg", alt: "User 5"},
|
||||
]}
|
||||
avatarText="Trusted by 10,000+ professionals"
|
||||
/>
|
||||
@@ -95,14 +81,9 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
heading={[
|
||||
{
|
||||
type: "text",
|
||||
content: "Modern AI Powered Resume Writing",
|
||||
},
|
||||
type: "text", content: "Modern AI Powered Resume Writing"},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/resume-application-employment-form-concept_53876-132184.jpg",
|
||||
alt: "Optimized CV",
|
||||
},
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/resume-application-employment-form-concept_53876-132184.jpg", alt: "Optimized CV"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -115,20 +96,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
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",
|
||||
},
|
||||
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"},
|
||||
{
|
||||
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",
|
||||
},
|
||||
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"},
|
||||
{
|
||||
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",
|
||||
},
|
||||
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"},
|
||||
]}
|
||||
title="Powerful Features"
|
||||
description="Everything you need to beat the system."
|
||||
@@ -142,20 +114,11 @@ export default function LandingPage() {
|
||||
tag="Career Stats"
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
value: "10k+",
|
||||
description: "Resumes Optimized",
|
||||
},
|
||||
id: "1", value: "10k+", description: "Resumes Optimized"},
|
||||
{
|
||||
id: "2",
|
||||
value: "95%",
|
||||
description: "ATS Pass Rate",
|
||||
},
|
||||
id: "2", value: "95%", description: "ATS Pass Rate"},
|
||||
{
|
||||
id: "3",
|
||||
value: "4.8",
|
||||
description: "Average Rating",
|
||||
},
|
||||
id: "3", value: "4.8", description: "Average Rating"},
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -167,60 +130,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
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",
|
||||
},
|
||||
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"},
|
||||
{
|
||||
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",
|
||||
},
|
||||
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"},
|
||||
{
|
||||
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",
|
||||
},
|
||||
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"},
|
||||
{
|
||||
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",
|
||||
},
|
||||
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"},
|
||||
{
|
||||
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",
|
||||
},
|
||||
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"},
|
||||
]}
|
||||
title="Success Stories"
|
||||
description="Join thousands of satisfied career seekers."
|
||||
@@ -234,35 +152,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{
|
||||
id: "free",
|
||||
tag: "Basic",
|
||||
price: "$0",
|
||||
period: "/once",
|
||||
description: "Get started for free.",
|
||||
button: {
|
||||
text: "Start Free",
|
||||
},
|
||||
featuresTitle: "Included",
|
||||
features: [
|
||||
"1 Resume Rewrite",
|
||||
"Standard ATS Formatting",
|
||||
],
|
||||
id: "free", tag: "Basic", price: "$0", period: "/once", description: "Get started for free.", button: {
|
||||
text: "Start Free"},
|
||||
featuresTitle: "Included", features: [
|
||||
"1 Resume Rewrite", "Standard ATS Formatting"],
|
||||
},
|
||||
{
|
||||
id: "pro",
|
||||
tag: "Premium",
|
||||
price: "$29",
|
||||
period: "/month",
|
||||
description: "Unlock advanced tools.",
|
||||
button: {
|
||||
text: "Get Premium",
|
||||
},
|
||||
featuresTitle: "Included",
|
||||
features: [
|
||||
"Unlimited Rewrites",
|
||||
"AI Cover Letters",
|
||||
"Priority Support",
|
||||
],
|
||||
id: "pro", tag: "Premium", price: "$29", period: "/month", description: "Unlock advanced tools.", button: {
|
||||
text: "Get Premium"},
|
||||
featuresTitle: "Included", features: [
|
||||
"Unlimited Rewrites", "AI Cover Letters", "Priority Support"],
|
||||
},
|
||||
]}
|
||||
title="Simple Pricing"
|
||||
@@ -276,20 +175,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Is my data secure?",
|
||||
content: "Yes, we prioritize your data privacy.",
|
||||
},
|
||||
id: "1", title: "Is my data secure?", content: "Yes, we prioritize your data privacy."},
|
||||
{
|
||||
id: "2",
|
||||
title: "How does ATS work?",
|
||||
content: "Our AI maps your skills to job descriptions.",
|
||||
},
|
||||
id: "2", title: "How does ATS work?", content: "Our AI maps your skills to job descriptions."},
|
||||
{
|
||||
id: "3",
|
||||
title: "Can I cancel my plan?",
|
||||
content: "Yes, anytime from your account settings.",
|
||||
},
|
||||
id: "3", title: "Can I cancel my plan?", content: "Yes, anytime from your account settings."},
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Got questions? We have answers."
|
||||
@@ -304,15 +194,9 @@ export default function LandingPage() {
|
||||
description="Have questions about our ATS tool?"
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Name",
|
||||
},
|
||||
name: "name", type: "text", placeholder: "Name"},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Email",
|
||||
},
|
||||
name: "email", type: "email", placeholder: "Email"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/unrecognizable-woman-sitting-cafe-drawing-napking_1098-17173.jpg"
|
||||
/>
|
||||
@@ -327,4 +211,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user