// Home page
const HOME_FAQ_SCHEMA = {
'@context':'https://schema.org','@type':'FAQPage',
mainEntity:[
{ '@type':'Question', name:'How fast can you ship stickers?',
acceptedAnswer:{ '@type':'Answer', text:'Standard turnaround is 4 business days from artwork approval to dispatch. Express 2-day turnaround is available at checkout.' }},
{ '@type':'Question', name:'Are your stickers waterproof?',
acceptedAnswer:{ '@type':'Answer', text:'Yes — all stickers are printed on 7-year outdoor-rated vinyl with a UV-blocking laminate. Waterproof, sun safe and scratch resistant.' }},
{ '@type':'Question', name:'What is the minimum order quantity?',
acceptedAnswer:{ '@type':'Answer', text:'10 stickers for die-cut. No minimum on sticker sheets. Bulk pricing starts at 100 stickers.' }},
{ '@type':'Question', name:'Do you check my artwork before printing?',
acceptedAnswer:{ '@type':'Answer', text:'Yes. Every order gets a free designer check within 2 hours. We fix cut lines, flag low-resolution files, and send a digital proof for your approval before printing.' }},
{ '@type':'Question', name:'Do you offer trade or wholesale pricing?',
acceptedAnswer:{ '@type':'Answer', text:'Yes — 15–35% off retail pricing at 500+ qty. Sign up to the Banana Club for ongoing trade discounts.' }},
]
};
const Home = ({ go, tweaks }) => {
useSEO({
title: 'Custom Stickers Australia — Die-Cut, Holographic & Sheets',
description: 'Premium custom stickers printed in Sydney. Die-cut, holographic, glitter, clear vinyl & sticker sheets. Free proof in 2 hrs, ships in 4 days. From $0.39 each.',
schema: HOME_FAQ_SCHEMA,
});
return (
);
};
const Hero = ({ go, tweaks }) => {
const m = useIsMobile();
return (
⚡ Free proof in 2 hrs🚚 Ships in 4 daysFrom $0.39 ea
{tweaks?.t?.subhead || "Premium die-cut vinyl stickers, holographic, glitter & sheets — printed in Australia and ready to wreck your laptop."}{' '}
Upload your art, get a free proof, get them in your hands in 4 days.
);
};
const HowItWorks = ({ go }) => {
const m = useIsMobile();
const steps = [
{ img:'assets/upload-artwork.jpeg', n:'01', h:'Upload artwork', s:'PNG, JPG, SVG, PDF, AI. Anything with a transparent background. No art? Use our free template gallery.' },
{ img:'assets/quick-proofs.jpeg', n:'02', h:'Free proof', s:'A real human checks your file, fixes cut lines, and sends a digital proof. Approve in one click.' },
{ img:'assets/shipping-2.jpeg', n:'03', h:'Made + shipped fast', s:'Printed in Sydney on 7-year vinyl, laminated, kiss-cut. On your doorstep in 4 days.' },
];
return (
// THREE STEPS, ZERO STRESS
How it works
We make custom sticker ordering ridiculously simple — and we don't charge for the things other printers nickel-and-dime you on.
{steps.map((s,i)=>(
{s.n}
{s.h}
{s.s}
))}
);
};
const BigCTA = ({ go }) => {
const m = useIsMobile();
return (
$1 SAMPLE PACK
FEEL THEM BEFORE YOU ORDER THEM.
13 of our best stickers across every material we print. Posted free. Costs less than a coffee.
{!m && }
);
};
const CustomerWall = () => {
const m = useIsMobile();
const reviews = [
{ n:'Maya R.', l:'Sydney', t:'Ordered 500 die-cuts for our coffee shop. Proof was back in 40 min. They literally improved my logo.', s:'OG Kong Face · 500qty', img:'assets/laptop-sticker.jpeg' },
{ n:'Tom V.', l:'Melbourne', t:"Holographic ones are unreal in person. Photos don't do them justice.", s:'Holo · 100qty', img:'assets/holo-rainbow.jpeg' },
{ n:'Sienna K.', l:'Perth', t:'Stuck one on my hydroflask 8 months ago. Left it outside all summer. Still perfect.', s:'Die-cut · 50qty', img:'assets/water-bottle.jpeg' },
{ n:'Owen P.', l:'Sydney', t:'Cheapest bulk price I found in AU and the print quality is way ahead of overseas printers.', s:'Bulk · 2000qty', img:'assets/sticker-stack.jpeg' },
];
return (
// FROM THE TROOP
What the stickerheads say
{[0,1,2,3,4].map(i=>)}
Loved by our customers
Honest reviews from Aussie buyers
{reviews.map((r,i)=>(
{[0,1,2,3,4].map(j=>)}
"{r.t}"
{r.n} · {r.l}
{r.s}
))}
);
};
const FAQTease = () => {
const m = useIsMobile();
const qa = [
{ q:'How fast can you ship?', a:'Standard turnaround is 4 business days from artwork approval. Express knocks it down to 2.' },
{ q:'Are the stickers waterproof?', a:'Yes — printed on 7-year outdoor vinyl with a UV-blocking laminate. Waterproof + sun safe.' },
{ q:'What\'s the minimum order?', a:'10 stickers for die-cut. No minimum on sticker sheets. Bulk pricing kicks in at 100.' },
{ q:'Can you fix my artwork?', a:'Our designers do free file checks on every order. We\'ll redraw blurry logos, fix cut lines, and re-export at print res.' },
{ q:'Do you do trade pricing?', a:'Yep — 15–35% off retail at 500+ qty. Sign up to the Banana Club for ongoing discounts.' },
];
const [open, setOpen] = React.useState(0);
return (
// FAQ
Things you might ask.
Still stuck? Email a real Sydney human at hello@kingkongstickers.com.au — we reply within 2 hours on weekdays.