const PartnerPage = ({ navigate }) => { const CALENDLY = 'https://calendly.com/etherealsolutions/30min?month=2026-05'; const benefits = [ { icon: 'percent', title: '20% Recurring Commission', desc: "On every referred client, every month, for as long as they stay. Not a one off bounty but a real revenue share that compounds." }, { icon: 'eye', title: 'Full Transparency', desc: "We share monthly reports of your referred accounts: ad spend, status, retention. You see exactly what you are earning and why." }, { icon: 'shield', title: 'No Cure, No Pay Promise', desc: "We only get paid when our work delivers, and so do you. If a referred client does not land, neither of us loses anything." }, { icon: 'zap', title: 'Fast Payouts', desc: "Commission paid out monthly via bank transfer or invoice. No 90 day wait, no minimum threshold, no nonsense." }, ]; const idealFor = [ 'E-commerce consultants and freelancers', 'Web design and development agencies', 'Shopify and WooCommerce experts', 'Influencers and content creators in DTC', 'Existing clients who want to refer peers', 'Anyone with a network of online store owners', ]; return (
{/* -- Hero ------------------------------------------- */}
AFFILIATE PROGRAM

Turn Your Network
Into Recurring Revenue.

Refer an e-commerce store to Ethereal Solutions. If they sign up, you earn 20% of our monthly revenue from that client, for as long as they stay with us. No caps, no expiry.

Send us a WhatsApp message or book a quick call to get set up.

Book a Call WhatsApp Us
{/* Hero stats */}
{[['20%','Recurring monthly'],['110+','Stores onboarded'],['4.6*','Trustpilot - 21 reviews']].map(([v,l], i) => (
0 ? 20 : 0 }}>
{v}
{l}
))}
{/* Commission widget */}
Paid Monthly
Your Commission
This month - est.
Referred client - Spend
EUR 32,000 ad spend
Our fee (10%) EUR 3,200
Your share - 20%
EUR 640 /month
Illustrative example. You earn this every month the client stays.
{/* -- Why Partner ------------------------------------ */}
{benefits.map(b => )}
{/* -- How It Works ----------------------------------- */}
{[ { n: '01', icon: 'chat', title: 'Introduce a Lead', desc: "Send us a warm intro by WhatsApp or email with the store name, owner, and what they need. We take it from there." }, { n: '02', icon: 'check', title: 'We Close & Onboard', desc: "We handle the discovery call, scoping and onboarding. If they do not sign, you owe nothing and neither do they." }, { n: '03', icon: 'dollar', title: 'You Get Paid Monthly', desc: "Once they are a paying client, you receive 20% of our monthly revenue from that account, every month." }, ].map(s => (
{s.n}
{s.title}
{s.desc}
))}
{/* -- Commission breakdown --------------------------- */}
Commission Breakdown

20% of every euro we earn from your referrals.

We are transparent about which services qualify and how the math works. No fine print, no carve outs hidden behind a sales call.

{[ ['GMC Approval', 'EUR 949 flat', 'You earn EUR 189.80 per approval'], ['Shopping Ads Mgmt', '10% of ad spend', 'You earn 20% of that, every month'], ['Pre-Approved Stores', 'EUR 250 fixed affiliate fee', 'You earn EUR 250 per store sold'], ].map(([service, fee, you]) => (
{service} - {fee}
{you}
))}
Sample year - 5 referrals
{[ ['3x GMC approvals', 'EUR 569'], ['2x Shopping Ads (EUR 20K avg /mo)', 'EUR 800 /mo'], ['1x Pre-Approved store', 'EUR 250'], ].map(([label, val]) => (
{label} {val}
))}
Year 1 estimate
EUR 10,419 +
And then the Shopping Ads commission continues every month they stay.
{/* -- Who is this for -------------------------------- */}
{idealFor.map(item => (
{item}
))}
{/* -- FAQ -------------------------------------------- */}
{/* -- Closing CTA ------------------------------------ */}

Ready to turn intros into income?

Send us a quick message and we will set you up as a partner today. No paperwork, no minimums.

Drop us a WhatsApp or schedule a call directly with Kamal.

Apply as a Partner WhatsApp Us
); }; Object.assign(window, { PartnerPage });