Compare commits
No commits in common. "master" and "ai-dev" have entirely different histories.
5
.gitignore
vendored
5
.gitignore
vendored
@ -1,3 +1,8 @@
|
||||
node_modules/
|
||||
*/node_modules/
|
||||
*/build/
|
||||
|
||||
**/node_modules/
|
||||
**/build/
|
||||
.DS_Store
|
||||
.env
|
||||
File diff suppressed because one or more lines are too long
@ -112,7 +112,7 @@ export default function WebSite() {
|
||||
<FeaturesSection
|
||||
projectName={'BadshahGame'}
|
||||
image={['Innovative features in action']}
|
||||
withBg={1}
|
||||
withBg={0}
|
||||
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.`}
|
||||
|
||||
@ -132,7 +132,7 @@ export default function WebSite() {
|
||||
<FeaturesSection
|
||||
projectName={'BadshahGame'}
|
||||
image={['Vibrant color trading interface']}
|
||||
withBg={1}
|
||||
withBg={0}
|
||||
features={features_points}
|
||||
mainText={`Discover the Unique Features of ${projectName}`}
|
||||
subTitle={`Explore the innovative features of ${projectName} that make color trading exciting and rewarding.`}
|
||||
|
||||
@ -170,7 +170,7 @@ export default function WebSite() {
|
||||
<FeaturesSection
|
||||
projectName={'BadshahGame'}
|
||||
image={['Innovative product features display']}
|
||||
withBg={1}
|
||||
withBg={0}
|
||||
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={1}
|
||||
withBg={0}
|
||||
features={pricing_features}
|
||||
description={description}
|
||||
/>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user