-
-
-
-
-
+
- {/* Final CTA Section */}
-
- {/* Background Glow */}
-
+
-
-
- {t('readyToDefine', language)}
-
-
- {t('startWithCrypto', language)}
-
+
-
- setShowLoginModal(true)}
- className="group flex items-center gap-3 px-8 py-4 rounded-xl font-bold text-lg"
- style={{
- background: 'linear-gradient(135deg, #F0B90B 0%, #FCD535 100%)',
- color: '#0B0E11',
- boxShadow: '0 4px 24px rgba(240, 185, 11, 0.3)',
- }}
- whileHover={{
- scale: 1.02,
- boxShadow: '0 8px 32px rgba(240, 185, 11, 0.4)',
- }}
- whileTap={{ scale: 0.98 }}
- >
- {t('getStartedNow', language)}
-
-
+
-
-
- {t('viewSourceCode', language)}
-
-
-
-
+
{showLoginModal && (
)}
-
>
)
diff --git a/web/tailwind.config.js b/web/tailwind.config.js
index dca8ba02..851008d2 100644
--- a/web/tailwind.config.js
+++ b/web/tailwind.config.js
@@ -5,7 +5,15 @@ export default {
"./src/**/*.{js,ts,jsx,tsx}",
],
theme: {
- extend: {},
+ extend: {
+ colors: {
+ 'nofx-gold': '#F0B90B',
+ 'nofx-gold-dim': 'rgba(240, 185, 11, 0.15)',
+ 'nofx-bg': '#0B0E11',
+ 'nofx-accent': '#00F0FF',
+ 'nofx-text': '#EAECEF',
+ },
+ },
},
plugins: [],
}