Included with every Gold & Platinum ticket. Silver receives the AI Operator OS.
{items.map((b, i) => (
{b.icon}
Bonus 0{i+1}
Value{b.v}
))}
);
}
// FAQ
function FAQ() {
const faqs = [
{ q: "Who can attend?", a: "Founders, CEOs, MDs and senior operators of Indian SMEs / MSMEs — ideally generating ₹1 crore or more in annual revenue. Co-founders may attend on the same Platinum ticket; everyone else needs their own seat." },
{ q: "Will I get personal mentoring?", a: "Yes — with the Platinum tier. You get a 15–20 minute private 1-on-1 with Basesh during the day, plus lunch on his table. Gold and Silver tiers get unstructured networking access throughout." },
{ q: "What do I need to bring?", a: "A notebook, your last 12 months’ P&L (high-level numbers, no internal data needed), and a willingness to be honest about where your business actually is. We supply the rest — workbook, frameworks, templates." },
{ q: "Is accommodation included?", a: "No. The ticket covers the full-day workshop, lunch, tea/coffee, networking, and the bonus kit. Both venues offer corporate room rates — we’ll share booking links once you confirm a seat." },
{ q: "Can I bring my co-founder?", a: "Absolutely encouraged. The work goes 3× faster when both founders sit through it together. Each co-founder needs their own ticket; on Platinum, both attend the 1-on-1 with Basesh." },
];
const [open, setOpen] = React.useState(0);
return (