const InsiderPage = ({ navigate }) => {
const benefits = [
{ icon: 'award', title: '100% Reinstatement Rate', desc: 'Even the most complex misrepresentation suspensions. We have never failed on an Insider case.' },
{ icon: 'users', title: 'Personal Account Manager', desc: 'A dedicated specialist walks through your case end-to-end, with priority access and fast turnaround.' },
{ icon: 'shield', title: 'Full Compliance Rebuild', desc: 'Deeper than a standard recovery. We restructure product data, site architecture and trust signals.' },
{ icon: 'lock', title: 'Discretion & NDA', desc: 'For high-value stores with sensitive data, all work is handled under NDA and with full confidentiality.' },
];
const cases = [
"Multiple failed recovery attempts by other agencies or in-house teams",
"Repeated misrepresentation suspensions on the same domain",
"High-revenue stores where every day offline is a significant loss",
"Niche verticals with strict Google policy scrutiny",
"International stores with complex legal and operational setups",
];
return (
{/* Hero β dark, premium feel */}
EXCLUSIVE Β· BY INVITATION
The Insider Service
For Impossible Cases
A high-end, white-glove recovery service for stores with persistent misrepresentation suspensions. When everything else has failed, Insider delivers. 100% success rate. Variable pricing.
navigate('contact')}>Request a Private Consultation
WhatsApp Us
{/* Who is this for */}
Who is this for?
When standard recovery isn't enough
The Insider Service is reserved for the hardest cases. If you've already tried reinstatement, paid other agencies, or your case keeps bouncing back, this is where we step in.
Pricing
On request.
Every case is different. Pricing depends on the complexity, store size and urgency. We scope the job after an initial private consultation, so you know exactly what to expect before we start.
No cure, no pay. If we cannot reinstate your account, you pay nothing.
{/* Benefits */}
{/* Process */}
{[
['01','Private Consultation','We review your case under NDA and confirm whether Insider is the right fit. No pressure, no cost.'],
['02','Custom Scoping','We build a tailored plan with clear deliverables, timeline and a fixed quote based on your situation.'],
['03','Execution','Your dedicated specialist runs the full compliance rebuild, submission and appeal work directly with Google.'],
['04','Reinstatement & Protection','Your account goes live and we monitor it for 60 days to ensure it stays live.'],
].map(([num,title,desc]) => (
))}
);
};
const PreApprovedPage = ({ navigate }) => {
const benefits = [
{ icon: 'zap', title: 'Live Within 2 Days', desc: 'Skip the approval waiting game. Your store is transferred and ready to advertise in 48 hours.' },
{ icon: 'shield', title: 'Initial Misrep Cleared', desc: 'The store has already passed the initial misrepresentation check, the hardest GMC hurdle.' },
{ icon: 'check', title: 'No Hassle Transfer', desc: 'We handle the full ownership transfer. You receive login credentials, domain and approved GMC.' },
{ icon: 'gear', title: 'Customisation on Request', desc: "Want a specific niche, branding or product range? We can build one to your spec, still pre-approved." },
];
const stores = [
{ country: 'Australia', flag: 'π¦πΊ', price: 'β¬2.500', tier: 'premium' },
{ country: 'United Kingdom', flag: 'π¬π§', price: 'β¬2.500', tier: 'premium' },
{ country: 'United States', flag: 'πΊπΈ', price: 'β¬2.500', tier: 'premium' },
{ country: 'Canada', flag: 'π¨π¦', price: 'β¬2.500', tier: 'premium' },
{ country: 'New Zealand', flag: 'π³πΏ', price: 'β¬2.500', tier: 'premium' },
{ country: 'All Other Countries', flag: 'π', price: 'β¬2.000', tier: 'standard' },
];
return (
{/* Hero */}
Pre-Approved GMC Stores
Skip the Wait.
Start Advertising
in 48 Hours.
Buy a ready-made, pre-approved Google Merchant Center webshop. Transferred to your name within 2 days, initial misrepresentation already cleared, no approval hassle.
navigate('contact')}>View Available Stores
Book a Call
{[['48h','To Go Live'],['β¬2.000+','Starting Price'],['100%','Approved on Transfer']].map(([v,l], i) => (
))}
{/* Preview card */}
{[['GMC Status','Approved','#10b981'],['Misrepresentation','Cleared','#10b981'],['Transfer Time','< 48 hours','#0a0f1e'],['Products','Pre-loaded','#0a0f1e']].map(([k,v,c]) => (
{k}
{c === '#10b981' && }
{v}
))}
Ready to advertise
{/* Why */}
{/* Available stores β by country */}
{/* Pricing tiers summary */}
Tier 1 Β· Premium markets
β¬2.500
For stores approved in high-competition English-speaking markets.
{['Australia','United Kingdom','United States','Canada','New Zealand'].map(c => (
{c}
))}
Tier 2 Β· All other countries
β¬2.000
For any other country not listed in Tier 1. Same transfer process, same guarantees.
Most countries available on request
{/* Custom build */}
Custom Build
ON REQUEST
Have a specific wish? Tell us the country, niche, branding or product type and we'll build a pre-approved store to your exact spec.
navigate('contact')}>Request Custom Build β
Inventory changes frequently. Contact us for the current list of available approved stores.
{/* Important notice */}
Important to know
Every pre-approved store has already passed Google's initial misrepresentation check, the single hardest hurdle in getting a GMC account live. That means you take over an account that has already proven it can advertise without being suspended on day one.
);
};
Object.assign(window, { InsiderPage, PreApprovedPage });