upd home page

This commit is contained in:
Flatlogic Bot 2025-04-03 21:56:20 +00:00
parent be64cb8610
commit 907c2c871b
3 changed files with 7 additions and 2 deletions

5
.gitignore vendored
View File

@ -1,3 +1,8 @@
node_modules/
*/node_modules/
*/build/
**/node_modules/
**/build/
.DS_Store
.env

View File

@ -130,7 +130,7 @@ export default function WebSite() {
<HeroSection
projectName={'Welcome'}
image={['Diverse professionals collaborating in office']}
mainText={`Transform Your Hiring with ${projectName}`}
mainText={'Welcome'}
subTitle={`Streamline your recruitment process with ${projectName}. Source, qualify, and assess candidates efficiently to find the perfect fit for your team.`}
design={HeroDesigns.IMAGE_RIGHT || ''}
buttonText={`Get Started Now`}

View File

@ -130,7 +130,7 @@ export default function WebSite() {
<HeroSection
projectName={'Welcome'}
image={['Diverse professionals collaborating in office']}
mainText={`Transform Your Hiring with ${projectName}`}
mainText={`Welcome`}
subTitle={`Streamline your recruitment process with ${projectName}. Source, qualify, and assess candidates efficiently to find the perfect fit for your team.`}
design={HeroDesigns.IMAGE_RIGHT || ''}
buttonText={`Get Started Now`}