/* Event Detail + Booking + Tickets + Profile + AI assistant */ const { useState, useEffect } = React; // ─── EVENT DETAIL ───────────────────────────────────────────────── const DetailScreen = ({ tweaks, isMobile, nav, eventId }) => { const currency = tweaks.currency || "INR"; const ev = DATA.events.find(e => e.id === eventId) || DATA.events[0]; const [saved, setSaved] = useState(false); return (
{ev.about || `Join us for an unforgettable evening of ${ev.tag.toLowerCase()} at ${ev.venue}. This is one of the most anticipated events in ${ev.area} this season — expect an electric atmosphere, top performers, and a crowd that knows how to show up.`}
{/* Lineup */} {ev.lineup && ( <>"{r.t}"
{qty} ticket{qty>1?"s":""} for {ev.title}