From 02b426870b6a2ca15936a5805a71ced2311d864a Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 11:48:38 +0000 Subject: [PATCH 1/5] Update src/app/about/page.tsx --- src/app/about/page.tsx | 58 ++++++++++-------------------------------- 1 file changed, 14 insertions(+), 44 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 08e4902..80b8d80 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -29,11 +29,11 @@ export default function AboutPage() { navItems={[ { name: "Home", id: "/" }, { name: "About", id: "/about" }, + { name: "Pricing", id: "/pricing" }, { name: "Contact", id: "/contact" } ]} button={{ - text: "Start Trading", - href: "/pricing" + text: "Start Trading", href: "/pricing" }} /> @@ -46,8 +46,7 @@ export default function AboutPage() { useInvertedBackground={false} buttons={[ { - text: "Explore Platform", - href: "/pricing" + text: "Explore Platform", href: "/pricing" } ]} /> @@ -61,25 +60,13 @@ export default function AboutPage() { tagIcon={Zap} features={[ { - id: "01", - title: "Machine Learning Analytics", - description: "Proprietary algorithms analyze market patterns and predict trend reversals using advanced machine learning techniques and historical data analysis.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_34my1kGeblbsCcwUUCcjBY9WFkg/a-detailed-trading-analytics-screen-show-1773136515159-009a965c.png?_wi=2", - imageAlt: "Advanced trading analytics interface" + id: "01", title: "Machine Learning Analytics", description: "Proprietary algorithms analyze market patterns and predict trend reversals using advanced machine learning techniques and historical data analysis.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_34my1kGeblbsCcwUUCcjBY9WFkg/a-detailed-trading-analytics-screen-show-1773136515159-009a965c.png?_wi=2", imageAlt: "Advanced trading analytics interface" }, { - id: "02", - title: "Risk Management System", - description: "Automated risk assessment tools help you manage portfolio exposure and implement stop-loss strategies across multiple cryptocurrency pairs.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_34my1kGeblbsCcwUUCcjBY9WFkg/a-professional-illustration-representing-1773136513219-e3772a1d.png?_wi=2", - imageAlt: "Risk management security illustration" + id: "02", title: "Risk Management System", description: "Automated risk assessment tools help you manage portfolio exposure and implement stop-loss strategies across multiple cryptocurrency pairs.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_34my1kGeblbsCcwUUCcjBY9WFkg/a-professional-illustration-representing-1773136513219-e3772a1d.png?_wi=2", imageAlt: "Risk management security illustration" }, { - id: "03", - title: "Performance Analytics", - description: "Comprehensive reporting dashboard tracks your trading performance, win rates, and profitability across different timeframes and strategies.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_34my1kGeblbsCcwUUCcjBY9WFkg/an-infographic-showing-cryptocurrency-tr-1773136514314-5cdc9261.png?_wi=2", - imageAlt: "Trading performance metrics visualization" + id: "03", title: "Performance Analytics", description: "Comprehensive reporting dashboard tracks your trading performance, win rates, and profitability across different timeframes and strategies.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_34my1kGeblbsCcwUUCcjBY9WFkg/an-infographic-showing-cryptocurrency-tr-1773136514314-5cdc9261.png?_wi=2", imageAlt: "Trading performance metrics visualization" } ]} textboxLayout="default" @@ -100,31 +87,16 @@ export default function AboutPage() { useInvertedBackground={false} testimonials={[ { - id: "1", - name: "Sarah Johnson", - role: "Senior Analyst", - company: "Crypto Capital Partners", - rating: 5, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_34my1kGeblbsCcwUUCcjBY9WFkg/professional-headshot-portrait-of-a-succ-1773136514328-34a1bb04.png?_wi=2", - imageAlt: "Sarah Johnson professional portrait" + id: "1", name: "Sarah Johnson", role: "Senior Analyst", company: "Crypto Capital Partners", rating: 5, + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_34my1kGeblbsCcwUUCcjBY9WFkg/professional-headshot-portrait-of-a-succ-1773136514328-34a1bb04.png?_wi=2", imageAlt: "Sarah Johnson professional portrait" }, { - id: "2", - name: "Michael Chen", - role: "Head of Trading", - company: "Digital Asset Management", - rating: 5, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_34my1kGeblbsCcwUUCcjBY9WFkg/professional-headshot-portrait-of-a-fema-1773136513236-b6d693c1.png?_wi=2", - imageAlt: "Michael Chen professional portrait" + id: "2", name: "Michael Chen", role: "Head of Trading", company: "Digital Asset Management", rating: 5, + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_34my1kGeblbsCcwUUCcjBY9WFkg/professional-headshot-portrait-of-a-fema-1773136513236-b6d693c1.png?_wi=2", imageAlt: "Michael Chen professional portrait" }, { - id: "3", - name: "Emma Rodriguez", - role: "Portfolio Manager", - company: "Blockchain Ventures", - rating: 5, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_34my1kGeblbsCcwUUCcjBY9WFkg/professional-headshot-portrait-of-a-cryp-1773136513284-36dd154c.png?_wi=2", - imageAlt: "Emma Rodriguez professional portrait" + id: "3", name: "Emma Rodriguez", role: "Portfolio Manager", company: "Blockchain Ventures", rating: 5, + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_34my1kGeblbsCcwUUCcjBY9WFkg/professional-headshot-portrait-of-a-cryp-1773136513284-36dd154c.png?_wi=2", imageAlt: "Emma Rodriguez professional portrait" } ]} /> @@ -133,12 +105,10 @@ export default function AboutPage() { -- 2.49.1 From e1ffc8863d9c600a78a2925b8b710a0b8b3c5245 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 11:48:39 +0000 Subject: [PATCH 2/5] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 30 +++++++++--------------------- 1 file changed, 9 insertions(+), 21 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index fad271c..fac942a 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -28,11 +28,11 @@ export default function ContactPage() { navItems={[ { name: "Home", id: "/" }, { name: "About", id: "/about" }, + { name: "Pricing", id: "/pricing" }, { name: "Contact", id: "/contact" } ]} button={{ - text: "Start Trading", - href: "/pricing" + text: "Start Trading", href: "/pricing" }} /> @@ -66,29 +66,19 @@ export default function ContactPage() { animationType="smooth" faqs={[ { - id: "1", - title: "How do I get started with My Trade?", - content: "Getting started is simple! Sign up for a free account, choose your subscription plan, and connect your exchange accounts using secure API integration. Our onboarding guide will walk you through the setup process step by step." + id: "1", title: "How do I get started with My Trade?", content: "Getting started is simple! Sign up for a free account, choose your subscription plan, and connect your exchange accounts using secure API integration. Our onboarding guide will walk you through the setup process step by step." }, { - id: "2", - title: "What customer support options are available?", - content: "We offer 24/7 customer support through multiple channels: email support for all users, priority chat support for Professional plan subscribers, and dedicated account managers for Enterprise customers. Our knowledge base also contains comprehensive documentation and tutorials." + id: "2", title: "What customer support options are available?", content: "We offer 24/7 customer support through multiple channels: email support for all users, priority chat support for Professional plan subscribers, and dedicated account managers for Enterprise customers. Our knowledge base also contains comprehensive documentation and tutorials." }, { - id: "3", - title: "Can I try My Trade before purchasing?", - content: "Yes! We offer a 14-day free trial for our Professional plan, giving you full access to advanced analytics, real-time data, and all platform features. No credit card required to start your trial." + id: "3", title: "Can I try My Trade before purchasing?", content: "Yes! We offer a 14-day free trial for our Professional plan, giving you full access to advanced analytics, real-time data, and all platform features. No credit card required to start your trial." }, { - id: "4", - title: "How do I cancel my subscription?", - content: "You can cancel your subscription at any time from your account settings. Your access will continue until the end of your current billing period, and no further charges will be applied. All your data remains accessible for 30 days after cancellation." + id: "4", title: "How do I cancel my subscription?", content: "You can cancel your subscription at any time from your account settings. Your access will continue until the end of your current billing period, and no further charges will be applied. All your data remains accessible for 30 days after cancellation." }, { - id: "5", - title: "Do you offer refunds?", - content: "We offer a 30-day money-back guarantee for all new subscriptions. If you're not satisfied with My Trade within the first 30 days, contact our support team for a full refund. Enterprise contracts may have different terms." + id: "5", title: "Do you offer refunds?", content: "We offer a 30-day money-back guarantee for all new subscriptions. If you're not satisfied with My Trade within the first 30 days, contact our support team for a full refund. Enterprise contracts may have different terms." } ]} /> @@ -97,12 +87,10 @@ export default function ContactPage() { -- 2.49.1 From ed490e015f5a445b562273951487e61747d684ea Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 11:48:39 +0000 Subject: [PATCH 3/5] Update src/app/page.tsx --- src/app/page.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7e43c9b..e2ad22b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,7 +31,9 @@ export default function HomePage() { brandName="My Trade" navItems={[ { name: "Home", id: "/" }, - { name: "Pricing", id: "/pricing" } + { name: "About", id: "/about" }, + { name: "Pricing", id: "/pricing" }, + { name: "Contact", id: "/contact" } ]} button={{ text: "Start Trading", href: "/pricing" -- 2.49.1 From a8b9012bbbb12a723af756c68bcdc4a2130b968b Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 11:48:40 +0000 Subject: [PATCH 4/5] Update src/app/pricing/page.tsx --- src/app/pricing/page.tsx | 61 ++++++++++------------------------------ 1 file changed, 15 insertions(+), 46 deletions(-) diff --git a/src/app/pricing/page.tsx b/src/app/pricing/page.tsx index 2354878..27d4eb5 100644 --- a/src/app/pricing/page.tsx +++ b/src/app/pricing/page.tsx @@ -28,11 +28,12 @@ export default function PricingPage() { brandName="My Trade" navItems={[ { name: "Home", id: "/" }, - { name: "Pricing", id: "/pricing" } + { name: "About", id: "/about" }, + { name: "Pricing", id: "/pricing" }, + { name: "Contact", id: "/contact" } ]} button={{ - text: "Start Trading", - href: "/pricing" + text: "Start Trading", href: "/pricing" }} /> @@ -47,52 +48,28 @@ export default function PricingPage() { useInvertedBackground={false} plans={[ { - id: "starter", - price: "$29/month", - name: "Starter Plan", - buttons: [ + id: "starter", price: "$29/month", name: "Starter Plan", buttons: [ { text: "Get Started", href: "#" } ], features: [ - "Real-time price tracking", - "Basic portfolio management", - "5 saved watchlists", - "Email support", - "Mobile app access" + "Real-time price tracking", "Basic portfolio management", "5 saved watchlists", "Email support", "Mobile app access" ] }, { - id: "professional", - badge: "Most Popular", - badgeIcon: Sparkles, - price: "$79/month", - name: "Professional Plan", - buttons: [ + id: "professional", badge: "Most Popular", badgeIcon: Sparkles, + price: "$79/month", name: "Professional Plan", buttons: [ { text: "Start Free Trial", href: "#" } ], features: [ - "Advanced analytics & charting", - "Unlimited watchlists", - "Performance metrics & reporting", - "API access (up to 100 calls/min)", - "Priority email & chat support", - "Custom alerts & notifications" + "Advanced analytics & charting", "Unlimited watchlists", "Performance metrics & reporting", "API access (up to 100 calls/min)", "Priority email & chat support", "Custom alerts & notifications" ] }, { - id: "enterprise", - price: "Custom", - name: "Enterprise Plan", - buttons: [ + id: "enterprise", price: "Custom", name: "Enterprise Plan", buttons: [ { text: "Contact Sales", href: "#contact" } ], features: [ - "Full API access", - "Dedicated account manager", - "Custom integrations", - "White-label solutions", - "Advanced security features", - "SLA & uptime guarantees" + "Full API access", "Dedicated account manager", "Custom integrations", "White-label solutions", "Advanced security features", "SLA & uptime guarantees" ] } ]} @@ -108,24 +85,16 @@ export default function PricingPage() { faqsAnimation="slide-up" faqs={[ { - id: "1", - title: "How real-time are your market statistics?", - content: "Our market data updates in real-time with less than 100ms latency. We pull data from multiple exchanges simultaneously to ensure accuracy and prevent arbitrage opportunities from being missed." + id: "1", title: "How real-time are your market statistics?", content: "Our market data updates in real-time with less than 100ms latency. We pull data from multiple exchanges simultaneously to ensure accuracy and prevent arbitrage opportunities from being missed." }, { - id: "2", - title: "Can I connect my existing exchange accounts?", - content: "Yes, My Trade supports integrations with major exchanges like Binance, Coinbase, Kraken, and more. We use secure API connections and never store your exchange credentials—they're encrypted and only used for data retrieval." + id: "2", title: "Can I connect my existing exchange accounts?", content: "Yes, My Trade supports integrations with major exchanges like Binance, Coinbase, Kraken, and more. We use secure API connections and never store your exchange credentials—they're encrypted and only used for data retrieval." }, { - id: "3", - title: "Is my trading data secure?", - content: "Absolutely. We use military-grade encryption (AES-256), two-factor authentication, and comply with international security standards including SOC 2 Type II. Your data is never shared with third parties." + id: "3", title: "Is my trading data secure?", content: "Absolutely. We use military-grade encryption (AES-256), two-factor authentication, and comply with international security standards including SOC 2 Type II. Your data is never shared with third parties." }, { - id: "4", - title: "What payment methods do you accept?", - content: "We accept all major credit cards, bank transfers, and cryptocurrency payments (Bitcoin, Ethereum). All payments are processed through secure payment gateways with fraud protection." + id: "4", title: "What payment methods do you accept?", content: "We accept all major credit cards, bank transfers, and cryptocurrency payments (Bitcoin, Ethereum). All payments are processed through secure payment gateways with fraud protection." } ]} /> -- 2.49.1 From 550d6057ab69fa903709f1dab5238b7f07c61b42 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 11:48:41 +0000 Subject: [PATCH 5/5] Update src/app/styles/variables.css --- src/app/styles/variables.css | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 9d0254f..a0d7c27 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #ffffff; - --card: #f9f9f9; - --foreground: #120a00e6; - --primary-cta: #FF7B05; + --background: #0a0a0a; + --card: #1a1a1a; + --foreground: #ffffff; + --primary-cta: #ff0000; --primary-cta-text: #ffffff; - --secondary-cta: #f9f9f9; + --secondary-cta: #1a1a1a; --secondary-cta-text: #120a00e6; - --accent: #e2e2e2; - --background-accent: #FF7B05; + --accent: #333333; + --background-accent: #ff0000; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1