const promotions = [ { id: 1, title: "Welcome Bonus", description: "Get 100% up to 500 ETB on your first deposit", badge: "NEW", color: "from-primary/20 to-primary/5", icon: "🎁", }, { id: 2, title: "Accumulator Boost", description: "Get up to 50% extra winnings on accumulators of 5+ selections", badge: "POPULAR", color: "from-yellow-500/20 to-yellow-500/5", icon: "⚡", }, { id: 3, title: "Live Bet Cashback", description: "5% cashback on all losing live bets, credited every Monday", badge: "", color: "from-blue-500/20 to-blue-500/5", icon: "🔄", }, ] export default function PromotionsPage() { return (
{promo.description}