upd home page
This commit is contained in:
parent
be64cb8610
commit
907c2c871b
5
.gitignore
vendored
5
.gitignore
vendored
@ -1,3 +1,8 @@
|
||||
node_modules/
|
||||
*/node_modules/
|
||||
*/build/
|
||||
|
||||
**/node_modules/
|
||||
**/build/
|
||||
.DS_Store
|
||||
.env
|
||||
@ -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`}
|
||||
|
||||
@ -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`}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user