[
  {
    "id": "block-puzzle",
    "title": "Block Puzzle",
    "category": "Puzzle",
    "description": "Place blocks and clear rows to score points.",
    "image": "assets/images/block-puzzle-cover.png",
    "url": "games/block-puzzle/",
    "featured": true,
    "rating": 4.8
  },
  {
    "id": "2048",
    "title": "2048",
    "category": "Puzzle",
    "description": "Merge numbers and reach the 2048 tile.",
    "image": "assets/images/2048-cover.png",
    "url": "games/2048/",
    "featured": true,
    "rating": 4.9
  }
]