export default function Page() { const june2025 = [ { image: june2025a, name: "Disney Solitaire", url: "https://res1.applovin.com/ob577007/3d6501c4e3f58ee9a17149a328d3492594a57cdd_v1_raw.html" }, { image: june2025b, name: "Spades Pop", url: "https://res1.applovin.com/oea3ce2e/7264a5ce9934e77ef4869c7bb280538fe5c8d987_v1_raw.html" }, { image: june2025c, name: "Bingo Blitz", url: "https://res1.applovin.com/oa88927e/b0dc11b52926e83fdd39c29504a1f3d4f62f927a_v1_raw.html" }, { image: june2025e, name: "Tiki Solitaire", url: "https://res1.applovin.com/o2b55058/893dda5cda44a3d7d68729f7799d184cfa054a79_v1_raw.html", addendum: "(SIP)" }, { image: june2025f, name: "Spades", url: "https://res1.applovin.com/of00cd6a/950b4509c223e3c6c81d07de2d1bac088430f99f_v23_phone.mp4", addendum: "(VIDEO)" }, ];
const decks = [ { name: "June 2025", cards: june2025, }, ];
return ( <> {decks.map((deck) => (
</> );
}