Compare commits

...

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

5 changed files with 8 additions and 12 deletions

5
.gitignore vendored
View File

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

File diff suppressed because one or more lines are too long

View File

@ -112,7 +112,7 @@ export default function WebSite() {
<FeaturesSection
projectName={'BadshahGame'}
image={['Innovative features in action']}
withBg={0}
withBg={1}
features={features_points}
mainText={`Explore Key Features of ${projectName}`}
subTitle={`Discover the innovative features that set ${projectName} apart in the world of color trading and collection.`}

View File

@ -132,7 +132,7 @@ export default function WebSite() {
<FeaturesSection
projectName={'BadshahGame'}
image={['Vibrant color trading interface']}
withBg={0}
withBg={1}
features={features_points}
mainText={`Discover the Unique Features of ${projectName}`}
subTitle={`Explore the innovative features of ${projectName} that make color trading exciting and rewarding.`}

View File

@ -170,7 +170,7 @@ export default function WebSite() {
<FeaturesSection
projectName={'BadshahGame'}
image={['Innovative product features display']}
withBg={0}
withBg={1}
features={features_points}
mainText={`Unveil the Power of ${projectName} Products`}
subTitle={`Explore the innovative features of our products that make color trading seamless and rewarding. Discover how ${projectName} can elevate your trading experience.`}
@ -186,7 +186,7 @@ export default function WebSite() {
<PricingSection
projectName={'BadshahGame'}
withBg={0}
withBg={1}
features={pricing_features}
description={description}
/>