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/
|
||||||
*/node_modules/
|
*/node_modules/
|
||||||
*/build/
|
*/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
|
<FeaturesSection
|
||||||
projectName={'BadshahGame'}
|
projectName={'BadshahGame'}
|
||||||
image={['Innovative features in action']}
|
image={['Innovative features in action']}
|
||||||
withBg={1}
|
withBg={0}
|
||||||
features={features_points}
|
features={features_points}
|
||||||
mainText={`Explore Key Features of ${projectName}`}
|
mainText={`Explore Key Features of ${projectName}`}
|
||||||
subTitle={`Discover the innovative features that set ${projectName} apart in the world of color trading and collection.`}
|
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
|
<FeaturesSection
|
||||||
projectName={'BadshahGame'}
|
projectName={'BadshahGame'}
|
||||||
image={['Vibrant color trading interface']}
|
image={['Vibrant color trading interface']}
|
||||||
withBg={1}
|
withBg={0}
|
||||||
features={features_points}
|
features={features_points}
|
||||||
mainText={`Discover the Unique Features of ${projectName}`}
|
mainText={`Discover the Unique Features of ${projectName}`}
|
||||||
subTitle={`Explore the innovative features of ${projectName} that make color trading exciting and rewarding.`}
|
subTitle={`Explore the innovative features of ${projectName} that make color trading exciting and rewarding.`}
|
||||||
|
|||||||
@ -170,7 +170,7 @@ export default function WebSite() {
|
|||||||
<FeaturesSection
|
<FeaturesSection
|
||||||
projectName={'BadshahGame'}
|
projectName={'BadshahGame'}
|
||||||
image={['Innovative product features display']}
|
image={['Innovative product features display']}
|
||||||
withBg={1}
|
withBg={0}
|
||||||
features={features_points}
|
features={features_points}
|
||||||
mainText={`Unveil the Power of ${projectName} Products`}
|
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.`}
|
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
|
<PricingSection
|
||||||
projectName={'BadshahGame'}
|
projectName={'BadshahGame'}
|
||||||
withBg={1}
|
withBg={0}
|
||||||
features={pricing_features}
|
features={pricing_features}
|
||||||
description={description}
|
description={description}
|
||||||
/>
|
/>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user