{[
{ span: 7, h: "Make + ship", b: "We're builders. Every team — including marketing and people — ships measurable work every week. Talkers don't last.", img: "https://images.unsplash.com/photo-1581291518857-4e27b48ff24e?w=1400&q=85&auto=format&fit=crop", hs: 320 },
{ span: 5, h: "Press-first", b: "If you can't explain it to a press operator, you don't understand it.", img: "https://images.unsplash.com/photo-1601225612051-9c08ea3a87bf?w=1400&q=85&auto=format&fit=crop", hs: 320 },
{ span: 5, h: "Learn the craft", b: "Hands-on access to offset, digital, finishing, dispatch. You leave a stronger generalist than you came in.", img: "https://images.unsplash.com/photo-1572044162444-ad60f128bdea?w=1400&q=85&auto=format&fit=crop", hs: 280 },
{ span: 7, h: "Slow growth, deep roots", b: "We hire carefully. We invest deeply in your growth. Most of our senior team has been here 4+ years.", img: "https://images.unsplash.com/photo-1522071820081-009f0129c71c?w=1400&q=85&auto=format&fit=crop", hs: 280 },
].map((c, i) => (
{c.h}
{c.b}
))}
{/* Perks */}
{[
{ i: "✦", h: "Mission-driven work", b: "You'll help digitise India's print supply chain. Real impact on real businesses, every single day." },
{ i: "◇", h: "Strong culture", b: "Press operators, designers, and engineers — sharing one floor in Etawah. No silos, no politics." },
{ i: "↗", h: "Learn on the job", b: "Hands-on access to the full print stack: offset, digital, finishing, dispatch. Mentorship from people who've shipped at scale." },
{ i: "✸", h: "Ownership from day one", b: "Small team, big surface area. Your decisions ship. Your voice counts in roadmap discussions." },
{ i: "✶", h: "Stability + growth", b: "An established, profitable business with a long runway. The average tenure of our senior team is 4+ years." },
{ i: "⌂", h: "Etawah-first, remote-friendly", b: "Engineering and design roles open to remote. Operations and dispatch roles are on the floor in Etawah." },
].map((p, i) => (
);
}
function ContactBlock({ label, body }) {
return (
{label}
{body}
);
}
/* ============================================================
FAQ
============================================================ */
function FAQ() {
const groups = [
{
g: "Orders",
items: [
{ q: "What's the minimum order quantity?", a: "There's no minimum on most products — order a single card or 50,000 cards. We accept both single B2C orders and bulk B2B runs." },
{ q: "How long does delivery take?", a: "Same-day for metros if confirmed before 11am. 48 hours for Tier-1 cities. 72 hours pan-India. Bulk runs are scheduled on a per-job basis after a callback." },
{ q: "Can I see a proof before printing?", a: "Yes. Digital proofs are free on every order. Physical hard proofs are available on bulk runs." },
{ q: "What file formats do you accept?", a: "PDF (preferred), AI, PSD, TIFF, and high-res PNG. We'll run prepress checks automatically and flag any issues before going to print." },
],
},
{
g: "Ordering & quotes",
items: [
{ q: "How do I get a quote?", a: "All quotes are given over a quick call. Use the 'Request a callback' flow on the Services page or send us your number on the Contact page — we'll call back within an hour during office hours." },
{ q: "Do you serve individuals (B2C) or only businesses?", a: "Both. B2B orders are handled by our sales team. B2C orders are taken by phone — same number, same speed. Tell us what you need on the callback form." },
{ q: "Do you offer GST invoicing?", a: "Yes. We're registered for GST and provide tax-compliant invoices for all B2B orders." },
],
},
{
g: "Press partners",
items: [
{ q: "How do I list my press on PrintBala?", a: "Visit our Partners page or email join@printbala.com. We verify equipment, finishing capability, and references before listing." },
{ q: "How are partner presses paid?", a: "Payment within 7 days of job completion and QC sign-off. Direct bank transfer." },
{ q: "What kinds of presses do you onboard?", a: "Offset (1, 2, 4, 5, 6 colour), HP Indigo digital, large-format inkjet, packaging (flexo, gravure), and finishing (UV, foil, die-cut, binding)." },
],
},
{
g: "Quality & SLA",
items: [
{ q: "What happens if my order has defects?", a: "We reprint at our cost, no questions asked, within 7 days of dispatch. Our defect rate is under 0.4% — we take this seriously." },
{ q: "Can I get a same-day rush job?", a: "Yes, for metros (Mumbai, Delhi NCR, Bengaluru, Chennai). Same-day rush adds 30% to the standard rate." },
],
},
];
return (
Home / FAQ
Questions, answered.
If you don't find what you need here, our team is one email away.
{groups.map((group, gi) => (
{group.g}
{group.items.map((item, i) => (
))}
))}
);
}
function FAQItem({ q, a, delay }) {
const [open, setOpen] = useStateC(false);
return (
setOpen(!open)}>
{q}
{a}
);
}
/* ============================================================
PARTNERS / PRESS KIT
============================================================ */
function Partners({ setRoute }) {
const kits = [
{ t: "Brand guidelines", s: "PDF · 8.4 MB", img: "assets/products/digitalpaper.png" },
{ t: "Logo pack (SVG, PNG)", s: "ZIP · 1.2 MB", img: "assets/products/canopy.png" },
{ t: "Press photography", s: "ZIP · 124 MB", img: "assets/products/sample.jpg" },
{ t: "Fact sheet 2026", s: "PDF · 1.6 MB", img: "assets/features-1.png" },
{ t: "Founder bios", s: "PDF · 0.9 MB", img: "assets/team/PratapSingh.png" },
{ t: "Product imagery", s: "ZIP · 86 MB", img: "assets/products/pen.png" },
];
const coverage = [
{ p: "YourStory", q: "Etawah's print revolution: how PrintBala turned a small-town press into a pan-India platform.", d: "Mar 2026" },
{ p: "ET Tech", q: "PrintBala raises ₹140Cr Series B to scale its press-partner network.", d: "Feb 2026" },
{ p: "Mint", q: "Why every printer in India wants to be on PrintBala's marketplace.", d: "Nov 2025" },
{ p: "Forbes India", q: "30 Under 30: PrintBala's founder on building infrastructure from a Tier-3 town.", d: "Sep 2025" },
{ p: "Inc42", q: "Print-on-demand SaaS PrintBala crosses 1,000 press partners across 28 states.", d: "Jun 2025" },
];
return (
Home / Partners & Press
Press kit & partner programmes.
Resources for journalists, partners, investors — and anyone writing about the print industry in India.
{[
{ e: "01", t: "Press partner", b: "List your press on the PrintBala marketplace. Get nationwide order flow on day one, paid in 7 days, no platform fees during your first 90 days.", cta: "Apply to onboard" },
{ e: "02", t: "Reseller partner", b: "Agencies, marketing teams, and event firms — re-sell PrintBala services to your clients with white-label dispatch.", cta: "Talk to partnerships" },
].map((c, i) => (