Update src/app/resources/page.tsx
This commit is contained in:
@@ -71,7 +71,8 @@ export default function ResourcesPage() {
|
||||
brandName="Trade with Ease"
|
||||
navItems={navItems}
|
||||
button={{
|
||||
text: "Get Started", href: "/signup"}}
|
||||
text: "Get Started", href: "/signup"
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -87,17 +88,23 @@ export default function ResourcesPage() {
|
||||
animationType="scale-rotate"
|
||||
products={[
|
||||
{
|
||||
id: "1", name: "Trading Glossary", price: "500+ Terms", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQxD9eiHViVZvAURUrlHdTerQJ/educational-illustration-showing-common--1772579752349-ff87562e.png"},
|
||||
id: "1", name: "Trading Glossary", price: "500+ Terms", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQxD9eiHViVZvAURUrlHdTerQJ/educational-illustration-showing-common--1772579752349-ff87562e.png"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Chart Pattern Guide", price: "50+ Patterns", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQxD9eiHViVZvAURUrlHdTerQJ/educational-illustration-showing-common--1772579752349-ff87562e.png"},
|
||||
id: "2", name: "Chart Pattern Guide", price: "50+ Patterns", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQxD9eiHViVZvAURUrlHdTerQJ/educational-illustration-showing-common--1772579752349-ff87562e.png"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Trading Strategy Library", price: "30+ Strategies", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQxD9eiHViVZvAURUrlHdTerQJ/comprehensive-technical-analysis-tools-v-1772579752011-f5e5357f.png"},
|
||||
id: "3", name: "Trading Strategy Library", price: "30+ Strategies", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQxD9eiHViVZvAURUrlHdTerQJ/comprehensive-technical-analysis-tools-v-1772579752011-f5e5357f.png"
|
||||
},
|
||||
{
|
||||
id: "4", name: "Economic Calendar", price: "Real-Time Updates", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQxD9eiHViVZvAURUrlHdTerQJ/stock-market-analysis-visual-showing-mul-1772579752582-a8f3c24c.png"},
|
||||
id: "4", name: "Economic Calendar", price: "Real-Time Updates", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQxD9eiHViVZvAURUrlHdTerQJ/stock-market-analysis-visual-showing-mul-1772579752582-a8f3c24c.png"
|
||||
},
|
||||
{
|
||||
id: "5", name: "Technical Indicators", price: "25+ Indicators", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQxD9eiHViVZvAURUrlHdTerQJ/comprehensive-technical-analysis-tools-v-1772579752011-f5e5357f.png"},
|
||||
id: "5", name: "Technical Indicators", price: "25+ Indicators", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQxD9eiHViVZvAURUrlHdTerQJ/comprehensive-technical-analysis-tools-v-1772579752011-f5e5357f.png"
|
||||
},
|
||||
{
|
||||
id: "6", name: "Trading Calculator", price: "Risk Calculation", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQxD9eiHViVZvAURUrlHdTerQJ/visual-concept-for-risk-management-in-tr-1772579751568-4b03176f.png"},
|
||||
id: "6", name: "Trading Calculator", price: "Risk Calculation", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQxD9eiHViVZvAURUrlHdTerQJ/visual-concept-for-risk-management-in-tr-1772579751568-4b03176f.png"
|
||||
},
|
||||
]}
|
||||
tagAnimation="slide-up"
|
||||
/>
|
||||
@@ -114,16 +121,18 @@ export default function ResourcesPage() {
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
title: "Beginner's Guide to Forex", description: "Start your forex journey with comprehensive coverage of major currency pairs, trading hours, leverage basics, and beginner-friendly trading setups. Perfect for those new to currency trading.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQxD9eiHViVZvAURUrlHdTerQJ/visual-representation-of-forex-trading-c-1772579752386-e5287888.png"},
|
||||
title: "Beginner's Guide to Forex", description: "Start your forex journey with comprehensive coverage of major currency pairs, trading hours, leverage basics, and beginner-friendly trading setups. Perfect for those new to currency trading.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQxD9eiHViVZvAURUrlHdTerQJ/visual-representation-of-forex-trading-c-1772579752386-e5287888.png"
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
title: "Cryptocurrency Trading Handbook", description: "Master the crypto markets with guidance on blockchain basics, altcoins, DeFi trading, NFTs, and crypto market dynamics. Learn how to navigate one of the fastest-growing trading markets.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQxD9eiHViVZvAURUrlHdTerQJ/modern-cryptocurrency-trading-visual-fea-1772579752046-42fb419d.png"},
|
||||
title: "Cryptocurrency Trading Handbook", description: "Master the crypto markets with guidance on blockchain basics, altcoins, DeFi trading, NFTs, and crypto market dynamics. Learn how to navigate one of the fastest-growing trading markets.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQxD9eiHViVZvAURUrlHdTerQJ/modern-cryptocurrency-trading-visual-fea-1772579752046-42fb419d.png"
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
title: "Risk Management Masterclass", description: "Protect your capital and grow your account consistently. Learn position sizing, stop-loss placement, portfolio diversification, and advanced risk management strategies used by professionals.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQxD9eiHViVZvAURUrlHdTerQJ/visual-concept-for-risk-management-in-tr-1772579751568-4b03176f.png"},
|
||||
title: "Risk Management Masterclass", description: "Protect your capital and grow your account consistently. Learn position sizing, stop-loss placement, portfolio diversification, and advanced risk management strategies used by professionals.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQxD9eiHViVZvAURUrlHdTerQJ/visual-concept-for-risk-management-in-tr-1772579751568-4b03176f.png"
|
||||
},
|
||||
]}
|
||||
tagAnimation="slide-up"
|
||||
mediaAnimation="blur-reveal"
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user