const { useState, useEffect, useRef } = React; const SERVICES = [ { n: "01", title: "Full Account Management", body: "End-to-end ownership of your Seller Central operation — inventory, cases, listings, A+ content, brand registry, and weekly performance reviews. You get your time back." }, { n: "02", title: "Listing Optimization", body: "Keyword-engineered titles, conversion-tested copy, A+ modules, and creative briefs for product photography. The listing does the selling so the ads cost less." }, { n: "03", title: "Amazon PPC", body: "Sponsored Products, Brands, and Display campaigns built around target ACOS. We harvest search terms weekly and rebuild bids with intent — not autopilot rules." }, { n: "04", title: "Product Sourcing", body: "Vetted manufacturer relationships, sample reviews, and unit economics built backwards from Amazon's fee structure. We launch products that have margin to defend." }]; const PROCESS = [ { n: "i", week: "WEEK 0", title: "Audit", body: "Full account teardown — listings, ads, inventory, suppressions, brand health. We come back with a 30-page diagnostic and a forecast." }, { n: "ii", week: "WEEK 1—2", title: "Plan", body: "Together we lock the 90-day plan: launches, listing rebuilds, ad spend curves, and the KPIs we'll review every Monday." }, { n: "iii", week: "WEEK 2—12", title: "Execute", body: "Daily operation, weekly reporting, monthly QBRs. Listings rebuilt, ads rebuilt, suppressions cleared, reviews monitored." }, { n: "iv", week: "ONGOING", title: "Compound", body: "Once the engine runs, we scale it: new ASINs, new ad types, international expansion, and brand storefronts that convert." }]; const QUOTES = [ { text: <>Jay and his team have done an amazing job keeping our products front and center of Amazon. Amazing service with attentive and professional staff. If you want legitimate results on Amazon, I highly recommend Jay., name: "Jason C.", role: "Consulting Client", initial: "J", photo: "assets/jason.jpg" }, { text: <>When I met Jay, we had an Amazon account that had been suspended for months. Jay not only helped us reinstate our account but also helped us launch a product from scratch. 12 months later, I can finally say that I'm actively selling products on Amazon. Today was the biggest day — sold 28 units today! — which is honestly unbelievable. It would have never happened if I had not decided to invest in Jay. Jay has been such a pleasure to deal with!, name: "Billy M.", role: "Consulting Client", initial: "B", photo: "assets/billy.jpg" }, { text: <>My sales for December were around £10,000. Really chuffed about it and thanks Jay for your guidance. I've added a couple more products to launch in Feb–March., name: "Waldek S.", role: "Consulting Client", initial: "W", photo: "assets/waldek.jpg" }]; const FAQS = [ { q: "Who do you typically work with?", a: <>Brands doing $20k–$2M/mo on Amazon, plus a smaller cohort of pre-launch DTC brands we help onboard from scratch. We have a soft spot for unique, specialty, and category-defining products — things you haven't seen before, or done better than anyone else. We work best with founders who actually want a partner reviewing strategy, not just a vendor pulling levers. }, { q: "What does engagement look like?", a: "Most clients run on a 90-day initial engagement followed by a month-to-month retainer. You get a dedicated account lead, a shared Slack channel, weekly performance reports, and a monthly strategy review." }, { q: "Do you guarantee results?", a: "We guarantee execution and transparency, not numbers. Anyone promising guaranteed Amazon revenue is either lying or about to lose your account. What we do guarantee: a full audit, a written plan, and weekly reporting against it." }, { q: "How is pricing structured?", a: "Two ways to work with us: a fixed-fee launch package to get a new brand or product live and selling on Amazon, or a monthly retainer for ongoing account management — scaled to your size and stage. We keep it flexible because every brand is different. Book a call and we'll quote you within 24 hours." }, { q: "Can you help us launch a brand new product?", a: "Yes. Sourcing, sampling, listing build, launch ads, and review velocity strategy. We've taken brands from zero ASINs to category top-100 — though it usually takes 3–6 months, not 6 weeks." }, { q: "What about international marketplaces?", a: "We work across Amazon US, UK, EU, Australia, and Canada — and we'll help you decide where to start. A New Zealand brand might launch in Australia first, an Australian brand might leapfrog straight to the US, a UK brand might start at home and expand into the EU. There's no one right path. We handle marketplace selection, VAT and tax registration, listing localization, and FBA logistics through our partner network — wherever your buyers are." }]; // little hand-drawn growth chart function GrowthChart() { const points = [ [0, 64], [10, 60], [20, 62], [30, 58], [40, 56], [50, 50], [55, 46], [60, 40], [66, 32], [72, 24], [80, 18], [88, 12], [95, 8], [100, 6]]; const path = points.map((p, i) => i === 0 ? `M ${p[0]} ${p[1]}` : `L ${p[0]} ${p[1]}`).join(" "); const area = path + ` L 100 80 L 0 80 Z`; return ( {points.filter((_, i) => i % 3 === 0).map((p, i) => )} {/* dotted baseline marks */} $4k baseline $14k ); } function Brand() { return (
scc. Seller Central Consulting Amazon growth partner
); } function Nav() { return ( ); } const HERO_PRODUCTS = [ { name: "Glow Serum", brand: "Skinnies", stat: "+312%", svg: "pump" }, { name: "Studio Cans", brand: "Audion", stat: "+167%", svg: "headphones" }, { name: "Single Origin", brand: "Khabu", stat: "+214%", svg: "coffee" }, { name: "Sleep Drops", brand: "Nutrafirm", stat: "+189%", svg: "dropper" }, { name: "Calm Tea", brand: "Halow", stat: "+241%", svg: "tin" }]; function ProductSilhouette({ kind }) { if (kind === "pump") { return ( ); } if (kind === "headphones") { return ( ); } if (kind === "coffee") { return ( ); } if (kind === "dropper") { return ( ); } // tin return ( ); } function MiniSpark() { const pts = "0,18 8,16 16,17 24,14 32,12 40,13 48,9 56,7 64,5 72,3 80,2"; return ( ); } function OrbitPath() { // Matches the offset-path used in CSS so the visible dotted line tracks the cards' motion. return ( ); } function TrustBar() { return (
Trusted by growing brands
Xtreme HEATERS GratPak NUTRAFIRM skinnies KALAHARIKHABU and more
); } function HeroAnimation() { return ( ); } function Hero() { return (
AMAZON GROWTH PARTNER — TAKING 3 NEW BRANDS FOR Q3

We grow brands
on the world's
hardest store.

Listings, PPC, sourcing, full account management — done by operators who get results. A small team running Amazon channels for ambitious brands.

See the work Book a free audit
110+ brands scaled
); } function Marquee({ show }) { const items = [ { num: "12+ yrs", label: "Selling on Amazon" }, { num: "$0 → $100k/mo", label: "Fastest brand launch" }, { num: "30+", label: "Meetups hosted globally" }, { num: "5 countries", label: "Active brands" }, { num: "<7 days", label: "To first $3k in sales" }]; // duplicate for seamless scroll const all = [...items, ...items]; return (
{all.map((it, i) => {it.num} {it.label} )}
); } function Services() { return (
/ 01 — Services

Four things, done properly.

{SERVICES.map((s) =>
{s.n}

{s.title}

{s.body}

)}
); } function VideoCard() { const [playing, setPlaying] = useState(false); if (playing) { return (
); } return (
setPlaying(true)}>
{/* hint of video background — warehouse silhouettes */}
On location · Skinnies HQ 00:54
Planning the next launch with Skinnies.
Auckland warehouse · @amazonpreneur
); } function RealWork() { return (
/ 04 — Behind the scenes

What working with us actually looks like.

On location with Skinnies — Auckland, NZ

This is not a course or a framework. It's real hands-on work with brands launching and scaling on Amazon.

  • Strategy and launch planning
  • Store, listings, and ads execution
  • Ongoing optimisation and scaling support
Book a strategy call
Straight answers. No pitch. No obligation. 12+ years of Amazon experience
"We were overwhelmed by Amazon's complexity. After partnering with Jay at Seller Central Consulting, we finally gained momentum — now shipping products to US and UK customers every week."
M
Martha V.
Brand Owner
SKINNIES
); } function Process() { return (
/ 03 — How we work

A 90-day plan, not a pitch deck.

{PROCESS.map((p) =>
{p.n}.

{p.title}

{p.body}

{p.week}
)}
); } const CASE_STUDIES = [ { id: "skinnies", brand: "SKINNIES", category: "SKINCARE", period: "United States", pill: "skinnies", fromAmount: "$0", toAmount: "$40,000+", metricLabel: "Monthly revenue", bodyHeadline: <>From launch to $40k in 90 days., body1: "Skinnies came to us pre-launch — strong brand, beautiful packaging, zero traction on Amazon. We rebuilt positioning around buyer intent, structured the PPC engine from day one, and managed the launch sequence end-to-end.", body2: "By month three the account was clearing $40k with reviews compounding weekly. The product never changed — the plumbing did.", bullets: [ "Full Amazon launch sequence — positioning to PPC", "Listings rebuilt around buyer-intent keywords", "Monthly revenue scaled past $40,000+"], stats: [ { v: "$40k+", l: "MRR by mo. 3" }, { v: "<7d", l: "To first $1k" }, { v: "12wk", l: "To target" }] }, { id: "xtreme", brand: "XTREME HEATERS", category: "AUTOMOTIVE", period: "United States", pill: "Xtreme Heaters", fromAmount: "$0", toAmount: "$100,000+", metricLabel: "Monthly revenue", bodyHeadline: "Couldn't keep up with the sales!", body1: "Xtreme Heaters had product-market fit but no Amazon channel — and a seasonal window they were missing every year. We rebuilt the listing for the seasonal search spike, ran a 6-week pre-season PPC ramp, and synced FBA inventory to the demand curve.", body2: <>Inside three months the account cleared $100k/mo. The biggest challenge wasn't growth — it was keeping inventory in stock., bullets: [ "Seasonal Amazon launch + FBA forecasting", "PPC ramp timed to the buying window", "Monthly revenue scaled past $100,000+"], stats: [ { v: "$100k+", l: "MRR by mo. 3" }, { v: "6wk", l: "PPC ramp" }, { v: "+1,400%", l: "vs. baseline" }] }]; function CaseCard({ data, reverse }) { return (
{data.brand} — {data.category} {data.period}

{data.metricLabel}

{data.fromAmount} {data.toAmount}
{data.pill && {data.pill}}

{data.bodyHeadline}

{data.body1}

{data.body2}

{data.stats.map((s, i) =>
{s.v}
{s.l}
)}
); } function CaseStudy() { return (
/ 05 — Case studies

Real brands. Real numbers.

{CASE_STUDIES.map((c, i) => )}
); } function Testimonials() { return (
/ 06 — Words

What our brands actually say.

{QUOTES.map((q, i) =>
"
{q.text}
{q.initial}
{q.name}
{q.role}
)}
); } const WORK_ITEMS = [ { src: "assets/work-skinnies-awards.webp", brand: "SKINNIES", type: "Award badges & hero" }, { src: "assets/work-skinnies-kids.jpg", brand: "SKINNIES KIDS", type: "Lifestyle creative" }, { src: "assets/work-libigem.webp", brand: "NUTRAFIRM", type: "Premium hero shot" }, { src: "assets/work-khabu.webp", brand: "KHABU", type: "A+ infographic" }, { src: "assets/work-hockey-shea.jpg", brand: "INSIDE HOCKEY", type: "Athlete endorsement" }, { src: "assets/work-hockey-proslide.jpg", brand: "INSIDE HOCKEY", type: "Technical anatomy" }, { src: "assets/work-skinnies-sungel.jpg", brand: "SKINNIES SUNGEL", type: "Main image listing" }, ]; function Work() { return (
/ 02 — The Work

What we've shipped.

Listings, ad creative, A+ content, athlete endorsements, and PR placements — shipped across skincare, supplements, automotive, sports, and homewares.

{WORK_ITEMS.map((w, i) => (
{`${w.brand}
{w.brand} {w.type}
))} {WORK_ITEMS.map((w, i) => ( ))}
{WORK_ITEMS.length} of 40+ projects — hover to pause
); } function Community() { const [playing, setPlaying] = useState(false); const meetupPhotos = [ { src: "assets/meetup-1.jpg", city: "Auckland · 2024" }, { src: "assets/meetup-2.jpg", city: "London · 2023" }, { src: "assets/meetup-3.jpg", city: "Sydney · 2023" }, { src: "assets/meetup-4.jpg", city: "Auckland · 2022" }]; return (
/ 07 — Community

Trusted by the international Amazon community since 2017.

Hosted in NZ · AUS · US · UK · EU

We host in-person Amazon seller meetups around the world — connecting brand owners and operators focused on long-term growth.

30+
Meetups hosted
6
Countries
2017
Since
Talk to us about your Amazon goals
Straight answers. No sales pitch. No obligation.
{playing ?
:
setPlaying(true)}>
Meetup · Auckland CBD @amazonpreneur
A panning walk through one of our meetups.
Tap to play
}
{meetupPhotos.map((p, i) =>
Meetup {p.city}
)}
); } function Founder() { return (
/ 08 — About

Run by an operator, not an agency.

Founder portrait
est. 2016

I'm Jay. I've been selling on Amazon for 12+ years, professionally.

I built multiple private-label brands to six figures, experimented, and spent the next coming years inside other people's accounts trying to figure out why some brands compound on Amazon and others stall. Seller Central Consulting is what I wish I'd been able to hire when I was starting.

We stay small on purposethree operators, ten clients max. If you want a hundred-person agency that funnels you through three layers of account managers, we're not it.

Founded
2016 (consultancy)
Based
Auckland, New Zealand | Canberra, Australia | Tallinn, Estonia
Team
3 operators
Active clients
8 of 10
);} function FAQ() { const [open, setOpen] = useState(0); return (
/ 09 — FAQ

Things we get asked.

{FAQS.map((f, i) =>
setOpen(open === i ? -1 : i)}>
{String(i + 1).padStart(2, "0")}
{f.q}
{f.a}
+
)}
); } function Contact() { const [submitted, setSubmitted] = useState(false); const [form, setForm] = useState({ name: "", email: "", brand: "", revenue: "<25k", message: "" }); const handleSubmit = async (e) => { e.preventDefault(); try { const res = await fetch("https://formspree.io/f/xykvnkrb", { method: "POST", headers: { "Accept": "application/json", "Content-Type": "application/json" }, body: JSON.stringify({ name: form.name, email: form.email, brand: form.brand, revenue: form.revenue, message: form.message, _subject: `Audit request from ${form.brand || form.name}`, }), }); if (res.ok) { setSubmitted(true); } else { alert("Something went wrong sending your message. Please email hello@sellercentral.consulting directly."); } } catch (err) { alert("Connection issue. Please email hello@sellercentral.consulting directly."); } }; const update = (k) => (e) => setForm({ ...form, [k]: e.target.value }); return (
/ 10 — Contact

Let's see what your account can do.

Drop your details and we'll send back a free 30-minute audit within 48 hours. No pitch, no pressure — just a clear read on where the leverage is.

Or email
hello@sellercentral.consulting

Got it — thanks.

We'll be in touch within 48 hours with your audit slot. Talk soon.

{!submitted &&