Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| d1ba358f61 | |||
| 8db4b2a0e9 |
@@ -49,8 +49,13 @@ export default function LandingPage() {
|
|||||||
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", 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"
|
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"
|
||||||
@@ -206,4 +211,4 @@ export default function LandingPage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user