Compare commits

..

No commits in common. "ai-dev" and "master" have entirely different histories.

2 changed files with 1 additions and 6 deletions

5
.gitignore vendored
View File

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

View File

@ -136,7 +136,7 @@ export default function WebSite() {
projectName={'g56g65g56g56g56'} projectName={'g56g65g56g56g56'}
image={['Team collaborating on project tasks']} image={['Team collaborating on project tasks']}
mainText={`Revolutionize Project Management with ${projectName}`} mainText={`Revolutionize Project Management with ${projectName}`}
subTitle={`hello Ian!`} subTitle={`${projectName} empowers teams to efficiently manage tasks, streamline collaboration, and enhance productivity. Perfect for project managers, developers, and testers.`}
design={HeroDesigns.IMAGE_RIGHT || ''} design={HeroDesigns.IMAGE_RIGHT || ''}
buttonText={`Get Started Now`} buttonText={`Get Started Now`}
/> />