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 (
);
}
function Brand() {
return (
scc.Seller Central ConsultingAmazon 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
GratPakNUTRAFIRMskinniesKALAHARIKHABUand more
);
}
function HeroAnimation() {
return (
{HERO_PRODUCTS.map((p, i) =>
{p.stat}Revenue growth
)}
);
}
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.
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 (
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 purpose — three 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