{"id":568,"date":"2026-04-06T04:47:24","date_gmt":"2026-04-06T04:47:24","guid":{"rendered":"https:\/\/fxfinds.com\/?page_id=568"},"modified":"2026-04-06T04:53:36","modified_gmt":"2026-04-06T04:53:36","slug":"about-us","status":"publish","type":"page","link":"https:\/\/fxfinds.com\/nl\/about-us\/","title":{"rendered":"Over ons"},"content":{"rendered":"<div data-elementor-type=\"wp-page\" data-elementor-id=\"568\" class=\"elementor elementor-568\">\n\t\t\t\t<div class=\"elementor-element elementor-element-02fc81f e-flex e-con-boxed e-con e-parent\" data-id=\"02fc81f\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f5b1285 elementor-widget elementor-widget-html\" data-id=\"f5b1285\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>About Us - FXFinds.com<\/title>\n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@300;400;500;600;700&display=swap\" rel=\"stylesheet\">\n    <link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.4.0\/css\/all.min.css\">\n    <style>\n        \/* FXFinds About Page - Unique Styles *\/\n        .fxf-about-wrapper {\n            font-family: 'Inter', sans-serif;\n            line-height: 1.7;\n            color: #333;\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 40px 20px;\n            background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);\n        }\n\n        .fxf-hero-section {\n            text-align: center;\n            padding: 80px 0 60px;\n            background: linear-gradient(135deg, #1e3a8a 0%, #3b82f6 100%);\n            color: white;\n            border-radius: 20px;\n            margin-bottom: 60px;\n            position: relative;\n            overflow: hidden;\n        }\n\n        .fxf-hero-section::before {\n            content: '';\n            position: absolute;\n            top: 0;\n            left: 0;\n            right: 0;\n            bottom: 0;\n            background: url('data:image\/svg+xml,<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 100 100\"><defs><pattern id=\"grain\" width=\"100\" height=\"100\" patternUnits=\"userSpaceOnUse\"><circle cx=\"25\" cy=\"25\" r=\"1\" fill=\"white\" opacity=\"0.1\"\/><circle cx=\"75\" cy=\"75\" r=\"1.5\" fill=\"white\" opacity=\"0.05\"\/><\/pattern><\/defs><rect width=\"100\" height=\"100\" fill=\"url(%23grain)\"\/><\/svg>');\n            opacity: 0.3;\n        }\n\n        .fxf-hero-h1 {\n            font-size: clamp(2.2rem, 5vw, 3.5rem);\n            font-weight: 700;\n            margin-bottom: 20px;\n            position: relative;\n            z-index: 2;\n        }\n\n        .fxf-founder-card {\n            background: white;\n            border-radius: 24px;\n            padding: 50px;\n            box-shadow: 0 25px 50px -12px rgba(0,0,0,0.1);\n            margin-bottom: 60px;\n            position: relative;\n            overflow: hidden;\n            border: 1px solid rgba(255,255,255,0.2);\n        }\n\n        .fxf-founder-photo {\n            width: 140px;\n            height: 140px;\n            border-radius: 50%;\n            background: linear-gradient(135deg, #3b82f6, #1e40af);\n            margin: 0 auto 30px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            font-size: 3rem;\n            color: white;\n            box-shadow: 0 15px 35px rgba(59,130,246,0.3);\n        }\n\n        .fxf-founder-name {\n            font-size: 2.2rem;\n            font-weight: 700;\n            color: #1e293b;\n            margin-bottom: 10px;\n            display: flex;\n            align-items: center;\n            gap: 12px;\n            justify-content: center;\n        }\n\n        .fxf-founder-title {\n            font-size: 1.1rem;\n            color: #64748b;\n            font-weight: 500;\n            text-align: center;\n            margin-bottom: 30px;\n        }\n\n        .fxf-features-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n            gap: 30px;\n            margin: 60px 0;\n        }\n\n        .fxf-feature-card {\n            background: white;\n            padding: 40px 30px;\n            border-radius: 20px;\n            box-shadow: 0 10px 40px -8px rgba(0,0,0,0.08);\n            border: 1px solid #f1f5f9;\n            transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);\n            height: 100%;\n        }\n\n        .fxf-feature-card:hover {\n            transform: translateY(-8px);\n            box-shadow: 0 25px 60px -12px rgba(0,0,0,0.15);\n        }\n\n        .fxf-feature-icon {\n            width: 70px;\n            height: 70px;\n            border-radius: 16px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            font-size: 1.8rem;\n            margin-bottom: 20px;\n            background: linear-gradient(135deg, #10b981, #059669);\n            color: white;\n        }\n\n        .fxf-cta-section {\n            background: linear-gradient(135deg, #059669 0%, #10b981 100%);\n            color: white;\n            text-align: center;\n            padding: 80px 40px;\n            border-radius: 24px;\n            margin: 60px 0;\n            position: relative;\n        }\n\n        .fxf-cta-button {\n            display: inline-block;\n            background: white;\n            color: #059669;\n            padding: 18px 40px;\n            border-radius: 50px;\n            font-weight: 600;\n            font-size: 1.1rem;\n            text-decoration: none;\n            box-shadow: 0 15px 35px rgba(0,0,0,0.2);\n            transition: all 0.3s ease;\n            margin-top: 25px;\n        }\n\n        .fxf-cta-button:hover {\n            transform: translateY(-3px);\n            box-shadow: 0 25px 50px rgba(0,0,0,0.3);\n            color: #059669;\n        }\n\n        .fxf-stats-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n            gap: 30px;\n            margin: 50px 0;\n            text-align: center;\n        }\n\n        .fxf-stat-item {\n            padding: 30px 20px;\n            background: rgba(255,255,255,0.9);\n            border-radius: 16px;\n            backdrop-filter: blur(10px);\n        }\n\n        .fxf-stat-number {\n            font-size: 3rem;\n            font-weight: 700;\n            color: #1e3a8a;\n            display: block;\n        }\n\n        .fxf-contact-section {\n            background: white;\n            padding: 60px 40px;\n            border-radius: 24px;\n            text-align: center;\n            box-shadow: 0 20px 60px -12px rgba(0,0,0,0.1);\n        }\n\n        .fxf-contact-icons {\n            display: flex;\n            justify-content: center;\n            gap: 30px;\n            margin-top: 30px;\n            flex-wrap: wrap;\n        }\n\n        .fxf-contact-item {\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            gap: 10px;\n            color: #475569;\n            font-weight: 500;\n        }\n\n        .fxf-contact-icon {\n            width: 60px;\n            height: 60px;\n            background: linear-gradient(135deg, #3b82f6, #1d4ed8);\n            border-radius: 16px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            font-size: 1.5rem;\n            color: white;\n        }\n        .img-founder-photo{\n         width: 200px;\n  height: 200px;\n  border-radius: 50%;}\n\n        @media (max-width: 768px) {\n            .fxf-about-wrapper { padding: 20px 15px; }\n            .fxf-hero-section, .fxf-cta-section { padding: 60px 20px; }\n            .fxf-founder-card { padding: 30px 20px; }\n            .fxf-features-grid { grid-template-columns: 1fr; }\n        }\n    <\/style>\n<\/head>\n<body>\n    <div class=\"fxf-about-wrapper\">\n        \n        <!-- Hero Section -->\n        <section class=\"fxf-hero-section\">\n            <h1 class=\"fxf-hero-h1\">Your Trusted Source for Forex Broker Reviews & Trading Success<\/h1>\n            <p style=\"font-size: 1.3rem; opacity: 0.95; max-width: 600px; margin: 0 auto;\">\n                Expert reviews \u2022 Verified bonuses \u2022 Real trading strategies \u2022 Since 2026\n            <\/p>\n        <\/section>\n\n        <!-- Founder Card -->\n        <section class=\"fxf-founder-card\">\n            <div class=\"fxf-founder-photo\" src=\"\">\n                <img decoding=\"async\" src=\"http:\/\/fxfinds.com\/wp-content\/uploads\/2026\/04\/nurhadi.webp\" class=\"img-founder-photo\">\n            <\/div>\n            <h2 class=\"fxf-founder-name\">\n                <i class=\"fas fa-crown\"><\/i> Nurhadi\n            <\/h2>\n            <p class=\"fxf-founder-title\">\n                Founder & Lead Analyst \u00b7 FXFinds.com\n            <\/p>\n            <div style=\"max-width: 800px; margin: 0 auto; text-align: center;\">\n                <p style=\"font-size: 1.2rem; color: #475569; margin-bottom: 25px;\">\n                    <em>Hi, I'm Nurhadi - a full-time forex trader and analyst with 8+ years navigating global markets.<\/em>\n                <\/p>\n                <p>I created FXFinds.com because I was frustrated with dishonest broker reviews when I started trading in 2018. \n                Most sites were paid promotions or outdated info that cost me time and money.<\/p>\n            <\/div>\n        <\/section>\n\n        <!-- Features Comparison -->\n        <section>\n            <h2 style=\"text-align: center; font-size: 2.5rem; margin-bottom: 20px; color: #1e293b;\">\n                What Sets FXFinds Apart\n            <\/h2>\n            <div class=\"fxf-features-grid\">\n                <div class=\"fxf-feature-card\">\n                    <div class=\"fxf-feature-icon\">\n                        <i class=\"fas fa-chart-line\"><\/i>\n                    <\/div>\n                    <h3 style=\"font-size: 1.4rem; margin-bottom: 15px; color: #1e293b;\">Independent Testing<\/h3>\n                    <p>Real accounts, real spreads, real withdrawals. No broker sponsorships, no paid rankings.<\/p>\n                <\/div>\n                <div class=\"fxf-feature-card\">\n                    <div class=\"fxf-feature-icon\" style=\"background: linear-gradient(135deg, #f59e0b, #d97706);\">\n                        <i class=\"fas fa-gift\"><\/i>\n                    <\/div>\n                    <h3 style=\"font-size: 1.4rem; margin-bottom: 15px; color: #1e293b;\">Verified Bonuses<\/h3>\n                    <p>I personally claim and test every bonus before recommending. Daily updates.<\/p>\n                <\/div>\n                <div class=\"fxf-feature-card\">\n                    <div class=\"fxf-feature-icon\" style=\"background: linear-gradient(135deg, #ef4444, #dc2626);\">\n                        <i class=\"fas fa-shield-alt\"><\/i>\n                    <\/div>\n                    <h3 style=\"font-size: 1.4rem; margin-bottom: 15px; color: #1e293b;\">Proven Strategies<\/h3>\n                    <p>Practical setups that work. From demo to live account step-by-step.<\/p>\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <!-- Stats -->\n        <section class=\"fxf-stats-grid\">\n            <div class=\"fxf-stat-item\">\n                <span class=\"fxf-stat-number\">50K+<\/span>\n                Traders Guided\n            <\/div>\n            <div class=\"fxf-stat-item\">\n                <span class=\"fxf-stat-number\">$1.2M+<\/span>\n                Bonuses Claimed\n            <\/div>\n            <div class=\"fxf-stat-item\">\n                <span class=\"fxf-stat-number\">87%<\/span>\n                Satisfaction\n            <\/div>\n            <div class=\"fxf-stat-item\">\n                <span class=\"fxf-stat-number\">47+<\/span>\n                Brokers Tested\n            <\/div>\n        <\/section>\n\n        <!-- CTA Section -->\n        <section class=\"fxf-cta-section\">\n            <h2 style=\"font-size: 2.8rem; margin-bottom: 20px;\">Ready to Start Trading?<\/h2>\n            <p style=\"font-size: 1.3rem; opacity: 0.95; max-width: 600px; margin: 0 auto 30px;\">\n                Most Popular: XM $30 No Deposit Bonus + Ultra-Fast App\n            <\/p>\n            <a href=\"https:\/\/affs.click\/0VNk5\" class=\"fxf-cta-button\" target=\"_blank\" rel=\"noopener\">\n                <i class=\"fas fa-rocket\"><\/i> START WITH XM $30 BONUS\n            <\/a>\n        <\/section>\n\n        <!-- Contact Section -->\n        <section class=\"fxf-contact-section\">\n            <h2 style=\"font-size: 2.5rem; color: #1e293b; margin-bottom: 40px;\">\n                Let's Connect\n            <\/h2>\n            <p style=\"font-size: 1.2rem; color: #64748b; max-width: 600px; margin: 0 auto 40px;\">\n                Questions about brokers? Need bonus help? Trading advice?\n            <\/p>\n            <div class=\"fxf-contact-icons\">\n                <div class=\"fxf-contact-item\">\n                    <div class=\"fxf-contact-icon\">\n                        <i class=\"fas fa-envelope\"><\/i>\n                    <\/div>\n                    <span>nurhadi.bisnis@gmail.com<\/span>\n                <\/div>\n               \n            <\/div>\n            <p style=\"margin-top: 40px; font-style: italic; color: #64748b; font-size: 1.1rem;\">\n                \"FXFinds isn't just reviews - it's your shortcut to profitable trading.\"\n            <\/p>\n            <div style=\"margin-top: 30px; padding-top: 30px; border-top: 1px solid #e2e8f0;\">\n                <p style=\"font-weight: 600; color: #1e293b; margin: 0;\">\n                    Nurhadi \u00b7 Founder & Lead Analyst \u00b7 April 2026\n                <\/p>\n            <\/div>\n        <\/section>\n\n    <\/div>\n<\/body>\n<\/html>\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>","protected":false},"excerpt":{"rendered":"<p>About Us &#8211; FXFinds.com Your Trusted Source for Forex Broker Reviews &#038; Trading Success Expert reviews \u2022 Verified bonuses \u2022 Real trading strategies \u2022 Since 2026 Nurhadi Founder &#038; Lead Analyst \u00b7 FXFinds.com Hi, I&#8217;m Nurhadi &#8211; a full-time forex trader and analyst with 8+ years navigating global markets. I created FXFinds.com because I was [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"footnotes":""},"class_list":["post-568","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/fxfinds.com\/nl\/wp-json\/wp\/v2\/pages\/568","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/fxfinds.com\/nl\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/fxfinds.com\/nl\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/fxfinds.com\/nl\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/fxfinds.com\/nl\/wp-json\/wp\/v2\/comments?post=568"}],"version-history":[{"count":3,"href":"https:\/\/fxfinds.com\/nl\/wp-json\/wp\/v2\/pages\/568\/revisions"}],"predecessor-version":[{"id":572,"href":"https:\/\/fxfinds.com\/nl\/wp-json\/wp\/v2\/pages\/568\/revisions\/572"}],"wp:attachment":[{"href":"https:\/\/fxfinds.com\/nl\/wp-json\/wp\/v2\/media?parent=568"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}