Detailed Timeline
${[
{ icon: '๐ฆ', label: 'Out for Delivery', sub: 'Your order is on the way!', date: 'Jul 2, 9:00 AM', active: true },
{ icon: '๐ญ', label: 'Reached Destination Hub', sub: 'Mumbai Sorting Center', date: 'Jul 1, 11:30 PM', active: false },
{ icon: 'โ๏ธ', label: 'In Transit', sub: 'Delhi โ Mumbai', date: 'Jul 1, 4:00 PM', active: false },
{ icon: '๐', label: 'Shipped', sub: 'Handed to BlueDart', date: 'Jun 30, 2:00 PM', active: false },
{ icon: 'โ', label: 'Order Confirmed & Packed', sub: 'Quality verified', date: 'Jun 29, 10:00 AM', active: false },
{ icon: '๐', label: 'Order Placed', sub: 'Payment received', date: 'Jun 28, 12:30 PM', active: false },
].map(t => `
`).join('')}