Compare commits

..

2 Commits

Author SHA1 Message Date
23fbd6e113 Обновить app-shell/src/services/executor.js 2025-04-03 21:58:52 +00:00
Flatlogic Bot
907c2c871b upd home page 2025-04-03 21:56:20 +00:00
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`}