export default function Page() { const august2025 = [ { image: august2025a, name: "聖霊伝説:最強への道", url: "https://res1.applovin.com/o35e35cb/c3b4eac3688fd62b82600cbb06ff790823e0d602_v1_raw.html", addendum: "(KR)" }, ]; const july2025 = [ { image: july2025a, name: "OMFG Lucky Me", url: "https://res1.applovin.com/o33c3075/ab0ac004ca10c8b15e5b4844f2062889b35c3cf7_v1_raw.html" }, ]; const june2025 = [ { image: june2025a, name: "Shadow Legends", url: "https://res1.applovin.com/o7fbe0a2/83125c670bec07a80b69df48737bc5ce26476f54_v1_raw.html" }, { image: june2025b, name: "Farmville 2", url: "https://res1.applovin.com/oa673bf0/db3b2ecbf7fb8881acd191eda2f5adb754d4e93c_v1_raw.html" }, { image: june2025c, name: "Farmville 3", url: "https://res1.applovin.com/oa673bf0/cb58b912074df8fe3f1a4e5ab32875bf914d6870_v1_raw.html" }, { image: june2025d, name: "Grand Mafia", url: "https://res1.applovin.com/oa315512/df749e3cefc76db57df1e45dad01c88632bf7774_v1_raw.html" }, { image: june2025e, name: "Lucky Heroes", url: "https://res1.applovin.com/ob942d4a/1fc945e5a892aea16782abcc562dcd33fb306c57_v1_raw.html" }, { image: june2025f, name: "Heroes of History", url: "https://res1.applovin.com/o03ca2ed/e61d1726e1e7a1880f017e8c10f856e3a3344996_v23_phone.mp4", addendum: "(VIDEO)" }, ]; const may2025 = [ { image: may2025a, name: "Sunshine Island", url: "https://res1.applovin.com/of336e41/ee3a47d3fe75e66e9752ad3bcbdfdf07994e0468_v1_raw.html" }, { image: may2025b, name: "Supremacy", url: "https://res1.applovin.com/o199440c/706d5f8933887ee402cc90974d49888f25b19cd5_v1_raw.html" }, ];
const decks = [ { name: "August 2025", cards: august2025, }, { name: "July 2025", cards: july2025, }, { name: "June 2025", cards: june2025, }, { name: "May 2025", cards: may2025, }, ];
return ( <> {decks.map((deck) => (
</> );
}