Forced merge: merge ai-dev into master

This commit is contained in:
Flatlogic Bot 2025-04-23 22:13:07 +00:00
commit 50992b1676
6 changed files with 13 additions and 8 deletions

5
.gitignore vendored
View File

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

File diff suppressed because one or more lines are too long

View File

@ -115,7 +115,7 @@ const TasksData = [
{ {
title: 'Test Gamma features', title: 'Test Gamma features',
status: 'ToDo', status: 'Done',
// type code here for "relation_one" field // type code here for "relation_one" field
@ -131,7 +131,7 @@ const TasksData = [
{ {
title: 'Launch Delta campaign', title: 'Launch Delta campaign',
status: 'Done', status: 'ToDo',
// type code here for "relation_one" field // type code here for "relation_one" field

View File

@ -0,0 +1 @@
{}

View File

@ -20,7 +20,7 @@ export default function WebSiteFooter({
const style = FooterStyle.WITH_PROJECT_NAME; const style = FooterStyle.WITH_PROJECT_NAME;
const design = FooterDesigns.DEFAULT_DESIGN; const design = FooterDesigns.DESIGN_DIVERSITY;
return ( return (
<div <div

View File

@ -103,7 +103,7 @@ export default function WebSite() {
<FeaturesSection <FeaturesSection
projectName={'Project Management Tool'} projectName={'Project Management Tool'}
image={['Dashboard showcasing project overview']} image={['Dashboard showcasing project overview']}
withBg={0} withBg={1}
features={features_points} features={features_points}
mainText={`Explore ${projectName} Features`} mainText={`Explore ${projectName} Features`}
subTitle={`Discover how ${projectName} enhances productivity and collaboration for software startups with its powerful features.`} subTitle={`Discover how ${projectName} enhances productivity and collaboration for software startups with its powerful features.`}