Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 367391ac49 |
5
.gitignore
vendored
5
.gitignore
vendored
@ -1,8 +1,3 @@
|
|||||||
node_modules/
|
node_modules/
|
||||||
*/node_modules/
|
*/node_modules/
|
||||||
*/build/
|
*/build/
|
||||||
|
|
||||||
**/node_modules/
|
|
||||||
**/build/
|
|
||||||
.DS_Store
|
|
||||||
.env
|
|
||||||
@ -130,7 +130,7 @@ export default function WebSite() {
|
|||||||
<HeroSection
|
<HeroSection
|
||||||
projectName={'Welcome'}
|
projectName={'Welcome'}
|
||||||
image={['Diverse professionals collaborating in office']}
|
image={['Diverse professionals collaborating in office']}
|
||||||
mainText={'Welcome'}
|
mainText={`Transform Your Hiring with ${projectName}`}
|
||||||
subTitle={`Streamline your recruitment process with ${projectName}. Source, qualify, and assess candidates efficiently to find the perfect fit for your team.`}
|
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 || ''}
|
design={HeroDesigns.IMAGE_RIGHT || ''}
|
||||||
buttonText={`Get Started Now`}
|
buttonText={`Get Started Now`}
|
||||||
|
|||||||
@ -130,7 +130,7 @@ export default function WebSite() {
|
|||||||
<HeroSection
|
<HeroSection
|
||||||
projectName={'Welcome'}
|
projectName={'Welcome'}
|
||||||
image={['Diverse professionals collaborating in office']}
|
image={['Diverse professionals collaborating in office']}
|
||||||
mainText={`Welcome`}
|
mainText={`Transform Your Hiring with ${projectName}`}
|
||||||
subTitle={`Streamline your recruitment process with ${projectName}. Source, qualify, and assess candidates efficiently to find the perfect fit for your team.`}
|
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 || ''}
|
design={HeroDesigns.IMAGE_RIGHT || ''}
|
||||||
buttonText={`Get Started Now`}
|
buttonText={`Get Started Now`}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user